The members of Android.Telephony.SmsManager are listed below.
See Also: Inherited members from Java.Lang.Object
const | ExtraMmsData | string. |
const | MmsConfigAliasEnabled | string. Whether alias is enabled (boolean type) |
const | MmsConfigAliasMaxChars | string. Max alias character count (int type) |
const | MmsConfigAliasMinChars | string. Min alias character count (int type) |
const | MmsConfigAllowAttachAudio | string. Whether audio is allowed to be attached for MMS messages (boolean type) |
const | MmsConfigAppendTransactionId | string. Whether to append transaction id to MMS WAP Push M-Notification.ind's content location URI when constructing the download URL of a new MMS (boolean type) |
const | MmsConfigEmailGatewayNumber | string. Email gateway number (String type) |
const | MmsConfigGroupMmsEnabled | string. Whether group MMS is enabled for the current carrier (boolean type) |
const | MmsConfigHttpParams | string. A list of HTTP headers to add to MMS HTTP request, separated by "|" (String type) |
const | MmsConfigHttpSocketTimeout | string. MMS HTTP socket timeout in milliseconds (int type) |
const | MmsConfigMaxImageHeight | string. Max MMS image height (int type) |
const | MmsConfigMaxImageWidth | string. Max MMS image width (int type) |
const | MmsConfigMaxMessageSize | string. Max MMS message size in bytes (int type) |
const | MmsConfigMessageTextMaxSize | string. Max message text size (int type) |
const | MmsConfigMmsDeliveryReportEnabled | string. Whether MMS delivery report is enabled (boolean type) |
const | MmsConfigMmsEnabled | string. Whether MMS is enabled for the current carrier (boolean type) |
const | MmsConfigMmsReadReportEnabled | string. Whether MMS read report is enabled (boolean type) |
const | MmsConfigMultipartSmsEnabled | string. Whether multipart SMS is enabled (boolean type) |
const | MmsConfigNaiSuffix | string. The suffix to append to the NAI header value for MMS HTTP request (String type) |
const | MmsConfigNotifyWapMmscEnabled | string. If this is enabled, M-NotifyResp.ind should be sent to the WAP Push content location instead of the default MMSC (boolean type) |
const | MmsConfigRecipientLimit | string. Limit of recipients of MMS messages (int type) |
const | MmsConfigSendMultipartSmsAsSeparateMessages | string. Whether multipart SMS should be sent as separate messages |
const | MmsConfigSmsDeliveryReportEnabled | string. Whether SMS delivery report is enabled (boolean type) |
const | MmsConfigSmsToMmsTextLengthThreshold | string. Some carriers require SMS to be converted into MMS when text length reaches this threshold (int type) |
const | MmsConfigSmsToMmsTextThreshold | string. When the number of parts of a multipart SMS reaches this threshold, it should be converted into an MMS (int type) |
const | MmsConfigSubjectMaxLength | string. Max message subject length (int type) |
const | MmsConfigSupportMmsContentDisposition | string. Whether content-disposition field should be expected in an MMS PDU (boolean type) |
const | MmsConfigUaProfTagName | string. The name of the UA Prof URL HTTP header for MMS HTTP request (String type) |
const | MmsConfigUaProfUrl | string. The UA Profile URL header value for MMS HTTP request (String type) |
const | MmsConfigUserAgent | string. The User-Agent header value for MMS HTTP request (String type) |
[read-only] | CarrierConfigValues | Android.OS.Bundle. Get carrier-dependent configuration values. |
[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 message text into several fragments, none bigger than the maximum SMS message size. | ||
DownloadMultimediaMessage(Android.Content.Context, string, Android.Net.Uri, Android.OS.Bundle, Android.App.PendingIntent)Download an MMS message from carrier by a given location URL | ||
SendDataMessage(string, string, short, byte[], Android.App.PendingIntent, Android.App.PendingIntent)Send a data based SMS to a specific application port. | ||
SendMultimediaMessage(Android.Content.Context, Android.Net.Uri, string, Android.OS.Bundle, Android.App.PendingIntent)Send an MMS message | ||
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. |