public class IntentFormatter extends java.lang.Object implements ObjectFormatter<android.content.Intent>
| Constructor and Description |
|---|
IntentFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(android.content.Intent data)
Format an Intent object to a string.
|