The key to a Custom File Property key-value pair that can be serialized in a
Parcel.
| int | PRIVATE | The custom property is private to this app. |
| int | PUBLIC | The custom property is shared with all apps. |
| public static final Creator<CustomPropertyKey> | CREATOR |
| boolean | |
| static CustomPropertyKey |
fromJson(JSONObject
jsonObject)
|
| String |
getKey()
|
| int | |
| int |
hashCode()
|
| JSONObject |
toJson()
|
| String |
toString()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
The custom property is private to this app.
The custom property is shared with all apps.
Constructs a CustomPropertyKey
object.
| JSONException |
|---|
| JSONException |
|---|