Share via


DevicePolicyManager.NearbyStreamingSameManagedAccountOnly 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 enabled only to devices offering a comparable level of security, with the same authenticated managed account.

[Android.Runtime.Register("NEARBY_STREAMING_SAME_MANAGED_ACCOUNT_ONLY", 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 NearbyStreamingSameManagedAccountOnly = 3;
[<Android.Runtime.Register("NEARBY_STREAMING_SAME_MANAGED_ACCOUNT_ONLY", 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 NearbyStreamingSameManagedAccountOnly : Android.App.Admin.NearbyStreaming

Field Value

Value = 3
Attributes

Remarks

Indicates that nearby streaming is enabled only to devices offering a comparable level of security, with the same authenticated managed account.

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

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