-
public final class BundleKt
-
-
Method Summary
Modifier and Type Method Description final static PersistableBundletoPersistableBundle(Bundle $self)Creates a new PersistableBundle from the specified Bundle. -
-
Method Detail
-
toPersistableBundle
@RequiresApi(value = 22) final static PersistableBundle toPersistableBundle(Bundle $self)
Creates a new PersistableBundle from the specified Bundle. Will ignore all values that are not persistable, according to .isPersistableBundleType.
-
-
-
-