Android.App.Admin.DeviceAdminInfo: Method Members

The methods of Android.App.Admin.DeviceAdminInfo are listed below. For a list of all members, see the DeviceAdminInfo Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Dump(Android.Util.IPrinter, string)
GetTagForPolicy(DeviceAdminUses) : string
Return the XML tag name for the given policy identifier.
LoadDescription(Android.Content.PM.PackageManager) : string
Documentation for this section has not yet been entered.
LoadDescriptionFormatted(Android.Content.PM.PackageManager) : Java.Lang.ICharSequence
Load user-visible description associated with this device admin.
LoadIcon(Android.Content.PM.PackageManager) : Android.Graphics.Drawables.Drawable
Load the user-displayed icon for this device admin.
LoadLabel(Android.Content.PM.PackageManager) : string
Documentation for this section has not yet been entered.
LoadLabelFormatted(Android.Content.PM.PackageManager) : Java.Lang.ICharSequence
Load the user-displayed label for this device admin.
UsesPolicy(DeviceAdminUses) : bool
Return true if the device admin has requested that it be able to use the given policy control.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Used to package this object into a Android.OS.Parcel.