Method | Description | |
---|---|---|
Messenger ( android arg0 ) | ||
describeContents ( ) : int | ||
equals ( java arg0 ) : bool | ||
getBinder ( ) : global::android.os.IBinder | ||
hashCode ( ) : int | ||
readMessengerOrNullFromParcel ( android arg0 ) : global::android.os.Messenger | ||
send ( android arg0 ) : void | ||
writeMessengerOrNullToParcel ( android arg0, android arg1 ) : void | ||
writeToParcel ( android arg0, int arg1 ) : void |
Method | Description | |
---|---|---|
Messenger ( ) | ||
Messenger ( global @__env ) |
public getBinder ( ) : global::android.os.IBinder | ||
return | global::android.os.IBinder |
public static readMessengerOrNullFromParcel ( android arg0 ) : global::android.os.Messenger | ||
arg0 | android | |
return | global::android.os.Messenger |
public static writeMessengerOrNullToParcel ( android arg0, android arg1 ) : void | ||
arg0 | android | |
arg1 | android | |
return | void |
public writeToParcel ( android arg0, int arg1 ) : void | ||
arg0 | android | |
arg1 | int | |
return | void |