Android.Telephony.Gsm.SmsManager Members

The members of Android.Telephony.Gsm.SmsManager are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ResultErrorGenericFailureSmsResultError (1). Generic failure cause
const
ResultErrorNoServiceSmsResultError (4). Failed because service is currently unavailable
const
ResultErrorNullPduSmsResultError (3). Failed because no pdu provided
const
ResultErrorRadioOffSmsResultError (2). Failed because radio was explicitly turned off
const
StatusOnSimFreeSmsStatusOnSim (0). Free space (TS 51.
const
StatusOnSimReadSmsStatusOnSim (1). Received and read (TS 51.
const
StatusOnSimSentSmsStatusOnSim (5). Stored and sent (TS 51.
const
StatusOnSimUnreadSmsStatusOnSim (3). Received and unread (TS 51.
const
StatusOnSimUnsentSmsStatusOnSim (7). Stored and unsent (TS 51.

Public Properties

[read-only]
static
DefaultSmsManager. Get the default instance of the SmsManager

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

DivideMessage(string) : IList<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.