public class ObjectToStringUtil
extends java.lang.Object
| Constructor and Description |
|---|
ObjectToStringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
bundleToString(android.os.Bundle bundle)
Bundle object to string, the string would be in the format of "Bundle[{...}]".
|
static java.lang.String |
intentToString(android.content.Intent intent)
Intent object to string, the string would be in the format of "Intent { ...
|
public static java.lang.String bundleToString(android.os.Bundle bundle)
public static java.lang.String intentToString(android.content.Intent intent)