DevicePolicyManager.NearbyStreamingDisabled フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.NearbyStreaming enum directly instead of this field.

近くのストリーミングが無効になっていることを示します。

[Android.Runtime.Register("NEARBY_STREAMING_DISABLED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.NearbyStreaming enum directly instead of this field.", true)]
public const Android.App.Admin.NearbyStreaming NearbyStreamingDisabled = 1;
[<Android.Runtime.Register("NEARBY_STREAMING_DISABLED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.NearbyStreaming enum directly instead of this field.", true)>]
val mutable NearbyStreamingDisabled : Android.App.Admin.NearbyStreaming

フィールド値

Value = 1
属性

注釈

近くのストリーミングが無効になっていることを示します。

android.app.admin.DevicePolicyManager.NEARBY_STREAMING_DISABLEDJava ドキュメント。

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

適用対象