SurfaceView.SurfaceLifecycleFollowsAttachment フィールド

定義

注意事項

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_ATTACHMENT", 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 SurfaceLifecycleFollowsAttachment = 2;
[<Android.Runtime.Register("SURFACE_LIFECYCLE_FOLLOWS_ATTACHMENT", 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 SurfaceLifecycleFollowsAttachment : Android.Views.SurfaceViewLifecycle

フィールド値

Value = 2
属性

注釈

Surfaceライフサイクルは、SurfaceView 添付ファイルに関連付けられています。 Surfaceは、SurfaceView が最初にアタッチされるときに作成されますが、この SurfaceView が現在のウィンドウからデタッチされるまで破棄されません。

Javaドキュメント。

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

適用対象