java.lang.Object |
↳ |
com.google.android.gms.drive.metadata.CustomPropertyKey |
Class Overview
The key to a Custom File Property key-value pair that can be serialized in a Parcel
.
Summary
Constants |
int |
PRIVATE |
The custom property is private to this app.
|
int |
PUBLIC |
The custom property is shared with all apps.
|
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Constants
public
static
final
int
PRIVATE
The custom property is private to this app.
Constant Value:
1
(0x00000001)
public
static
final
int
PUBLIC
The custom property is shared with all apps.
Constant Value:
0
(0x00000000)
Fields
Public Constructors
public
CustomPropertyKey
(String key, int visibility)
Parameters
key
| The name of the key. Note that the characters allowed in the name are letters,
numbers, and the characters .!@$%^&*()-_/ . |
visibility
| The visibility of this custom property; either PUBLIC or
PRIVATE .
|
Public Methods
public
int
describeContents
()
public
boolean
equals
(Object obj)
public
int
getVisibility
()
public
JSONObject
toJson
()
public
String
toString
()
public
void
writeToParcel
(Parcel dest, int flags)