SMSParsedResult

Represents a parsed result that encodes an SMS message, including recipients, subject and body text.

Constructors

Link copied to clipboard
constructor(number: String?, via: String?, subject: String?, body: String?)
constructor(numbers: Array<String?>, vias: Array<String?>?, subject: String?, body: String?)

Functions

Link copied to clipboard
fun getBody(): String?
Link copied to clipboard
open override fun getDisplayResult(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getVias(): Array<String?>?
Link copied to clipboard
open override fun toString(): String