ManagedSubscriptionsPolicy.TypeAllPersonalSubscriptions Field

Definition

Caution

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

Represents default policy to not have any managed subscriptions on the device.

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

Field Value

Value = 0

Implements

Attributes

Remarks

Represents default policy to not have any managed subscriptions on the device.

Java documentation for android.app.admin.ManagedSubscriptionsPolicy.TYPE_ALL_PERSONAL_SUBSCRIPTIONS.

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