SmsMessage.GetUserData Method

Definition

returns the user data section minus the user data header if one was present.

[Android.Runtime.Register("getUserData", "()[B", "GetGetUserDataHandler")]
public virtual byte[]? GetUserData ();
[<Android.Runtime.Register("getUserData", "()[B", "GetGetUserDataHandler")>]
abstract member GetUserData : unit -> byte[]
override this.GetUserData : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

returns the user data section minus the user data header if one was present.

Java documentation for android.telephony.SmsMessage.getUserData().

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.

Applies to