ManagedSubscriptionsPolicy.PolicyType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the type of managed subscriptions policy, or #TYPE_ALL_PERSONAL_SUBSCRIPTIONS
if no policy has been set.
public Android.App.Admin.ManagedSubscriptionsType PolicyType { [Android.Runtime.Register("getPolicyType", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPolicyType", "()I", "", ApiSince=34)>]
member this.PolicyType : Android.App.Admin.ManagedSubscriptionsType
Property Value
The policy type.
- Attributes
Remarks
Returns the type of managed subscriptions policy, or #TYPE_ALL_PERSONAL_SUBSCRIPTIONS
if no policy has been set.
Java documentation for android.app.admin.ManagedSubscriptionsPolicy.getPolicyType()
.
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.