Android.Accounts.AuthenticatorDescription Members

The members of Android.Accounts.AuthenticatorDescription are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

A constructor for a full AuthenticatorDescription

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AccountPreferencesIdint. A resource id for a hierarchy of PreferenceScreen to be added to the settings page for the account.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Used to create the object from a parcel.
CustomTokensbool. Authenticator handles its own token caching and permission screen
IconIdint. A resource id of a icon for the authenticator
LabelIdint. A resource id of a label for the authenticator that is suitable for displaying
PackageNamestring. The package name that can be used to lookup the resources from above.
SmallIconIdint. A resource id of a smaller icon for the authenticator
Typestring. The string that uniquely identifies an authenticator

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
NewKey(string) : AuthenticatorDescription
A factory method for creating an AuthenticatorDescription that can be used as a key to identify the authenticator by its type.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.