C# Class android.accounts.AuthenticatorDescription

Inheritance: java.lang.Object, android.os.Parcelable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
AuthenticatorDescription ( java arg0, java arg1, int arg2, int arg3, int arg4, int arg5 )
describeContents ( ) : int
equals ( java arg0 ) : bool
hashCode ( ) : int
newKey ( java arg0 ) : global::android.accounts.AuthenticatorDescription
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
AuthenticatorDescription ( global @__env )

Private Methods

Méthode Description
AuthenticatorDescription ( )

Method Details

AuthenticatorDescription() protected méthode

protected AuthenticatorDescription ( global @__env )
@__env global

AuthenticatorDescription() public méthode

public AuthenticatorDescription ( java arg0, java arg1, int arg2, int arg3, int arg4, int arg5 )
arg0 java
arg1 java
arg2 int
arg3 int
arg4 int
arg5 int

describeContents() public méthode

public describeContents ( ) : int
Résultat int

equals() public méthode

public equals ( java arg0 ) : bool
arg0 java
Résultat bool

hashCode() public méthode

public hashCode ( ) : int
Résultat int

newKey() public static méthode

public static newKey ( java arg0 ) : global::android.accounts.AuthenticatorDescription
arg0 java
Résultat global::android.accounts.AuthenticatorDescription

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void