Android.Telephony.SmsManager.DivideMessage Method
Divide a message text into several fragments, none bigger than the maximum SMS message size.

Syntax

[Android.Runtime.Register("divideMessage", "(Ljava/lang/String;)Ljava/util/ArrayList;", "")]
public IList<string> DivideMessage (string text)

Parameters

text
the original message. Must not be null.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif text is null

Remarks

Divide a message text into several fragments, none bigger than the maximum SMS message size.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4