The members of Android.Telephony.Gsm.SmsManager are listed below.
See Also: Inherited members from Java.Lang.Object
const | ResultErrorGenericFailure | SmsResultError (1). Generic failure cause |
const | ResultErrorNoService | SmsResultError (4). Failed because service is currently unavailable |
const | ResultErrorNullPdu | SmsResultError (3). Failed because no pdu provided |
const | ResultErrorRadioOff | SmsResultError (2). Failed because radio was explicitly turned off |
const | StatusOnSimFree | SmsStatusOnSim (0). Free space (TS 51. |
const | StatusOnSimRead | SmsStatusOnSim (1). Received and read (TS 51. |
const | StatusOnSimSent | SmsStatusOnSim (5). Stored and sent (TS 51. |
const | StatusOnSimUnread | SmsStatusOnSim (3). Received and unread (TS 51. |
const | StatusOnSimUnsent | SmsStatusOnSim (7). Stored and unsent (TS 51. |
[read-only] static | Default | SmsManager. Get the default instance of the SmsManager |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DivideMessage(string)Divide a text message into several messages, none bigger than the maximum SMS message size. | ||
SendDataMessage(string, string, short, byte[], Android.App.PendingIntent, Android.App.PendingIntent)Send a data based SMS to a specific application port. | ||
SendMultipartTextMessage(string, string, IList<string>, IList<Android.App.PendingIntent>, IList<Android.App.PendingIntent>)Documentation for this section has not yet been entered. | ||
SendTextMessage(string, string, string, Android.App.PendingIntent, Android.App.PendingIntent)Send a text based SMS. |