Example usage for Java android.text.util Rfc822Token fields, constructors, methods, implement or subclass
The text is from its open source code.
Rfc822Token(@Nullable String name, @Nullable String address, @Nullable String comment) Creates a new Rfc822Token with the specified name, address, and comment. |
String | getAddress() Returns the address part. |
String | toString() Returns the name (with quoting added if necessary), the comment (in parentheses), and the address (in angle brackets). |