SurfaceView.SurfaceLifecycleFollowsVisibility フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.SurfaceViewLifecycle enum directly instead of this field.

Surfaceライフサイクルは、SurfaceView の可視性に関連付けられています。

[Android.Runtime.Register("SURFACE_LIFECYCLE_FOLLOWS_VISIBILITY", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.SurfaceViewLifecycle enum directly instead of this field.", true)]
public const Android.Views.SurfaceViewLifecycle SurfaceLifecycleFollowsVisibility = 1;
[<Android.Runtime.Register("SURFACE_LIFECYCLE_FOLLOWS_VISIBILITY", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.SurfaceViewLifecycle enum directly instead of this field.", true)>]
val mutable SurfaceLifecycleFollowsVisibility : Android.Views.SurfaceViewLifecycle

フィールド値

Value = 1
属性

注釈

Surfaceライフサイクルは、SurfaceView の可視性に関連付けられています。

Surfaceは、SurfaceView が表示されるときに作成され、SurfaceView が表示されなくなったときに破棄されます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象