parse

open override fun parse(result: Result): SMSParsedResult?

Attempts to parse the raw Result's contents as a particular type of information (email, URL, etc.) and return a ParsedResult encapsulating the result of parsing.

Return

ParsedResult encapsulating the parsing result

Parameters

theResult

the raw Result to parse