次の方法で共有


DevicePolicyManager.NearbyStreamingDisabled Field

Definition

Caution

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

Indicates that nearby streaming is disabled.

[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

Field Value

Value = 1
Attributes

Remarks

Indicates that nearby streaming is disabled.

Java documentation for android.app.admin.DevicePolicyManager.NEARBY_STREAMING_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to