SegmentedMessage class
Properties
-
encodedChars
↔ List<EncodedChar>
-
Encoded characters after processing the message content
getter/setter pair
-
encoding
↔ SmsEncoding
-
Encoding format for the SMS message, defaults to auto-detection
getter/setter pair
-
graphemes
↔ List<String>
-
List of graphemes in the message
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lineBreakStyle
↔ LineBreakStyle?
-
Style of line breaks in the message
getter/setter pair
-
messageSize
→ int
-
Calculates the message size in bits, excluding any user data headers.
no setter
-
numberOfCharacters
↔ int
-
Total number of characters in the message
getter/setter pair
-
numberOfUnicodeScalars
↔ int
-
Total number of Unicode scalars in the message
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
segments
↔ List<Segment>
-
List of segments created for the SMS message
getter/setter pair
-
segmentsCount
→ int
-
Gets the number of segments in the message.
no setter
-
totalSize
→ int
-
Calculates the total size in bits of the entire message.
no setter
-
warnings
↔ List<String>
-
List of warnings detected during message processing
getter/setter pair