Back to Acra

BundleWrapper.Internal

web/static/javadoc/5.6.2/org/acra/util/BundleWrapper.Internal.html

latest3.4 KB
Original Source

Skip navigation links

org.acra.util

Interface BundleWrapper.Internal


public static interfaceBundleWrapper.Internalextends[BundleWrapper](../../../org/acra/util/BundleWrapper.html "interface in org.acra.util")

Nested Class Summary

- 

Nested classes/interfaces inherited from interface org.acra.util.BundleWrapper

BundleWrapper.Internal

Method Summary

All Methods Instance Methods Abstract Methods | Modifier and Type | Method and Description | | --- | --- | | Bundle | asBundle() Only works on API < 22 | | PersistableBundle | asPersistableBundle() |

- 

Methods inherited from interface org.acra.util.BundleWrapper

clear, containsKey, create, get, getBoolean, getBoolean, getBooleanArray, getDouble, getDouble, getDoubleArray, getInt, getInt, getIntArray, getLong, getLong, getLongArray, getString, getString, getStringArray, isEmpty, keySet, putAll, putBoolean, putBooleanArray, putDouble, putDoubleArray, putInt, putIntArray, putLong, putLongArray, putString, putStringArray, remove, size, wrap, wrap

Method Detail

- 

asPersistableBundle

[PersistableBundle](http://d.android.com/reference/android/os/PersistableBundle.html?is-external=true "class or interface in android.os")asPersistableBundle()
- 

asBundle

[Bundle](http://d.android.com/reference/android/os/Bundle.html?is-external=true "class or interface in android.os")asBundle()

Only works on API < 22 Returns:this as bundle

Skip navigation links