Package | Description |
---|---|
android.os |
Modifier and Type | Field and Description |
---|---|
static PersistableBundle |
PersistableBundle.EMPTY |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<PersistableBundle> |
PersistableBundle.CREATOR |
Modifier and Type | Method and Description |
---|---|
PersistableBundle |
PersistableBundle.getPersistableBundle(String key) |
Modifier and Type | Method and Description |
---|---|
void |
BaseBundle.putAll(PersistableBundle bundle)
Put all values from provided persistable bundle into this.
|
void |
Bundle.putAll(PersistableBundle bundle) |
void |
PersistableBundle.putPersistableBundle(String key,
PersistableBundle bundle) |
Constructor and Description |
---|
Bundle(PersistableBundle bundle) |
PersistableBundle(PersistableBundle bundle) |
Copyright © 2018. All rights reserved.