fun bundleOf(vararg pairs: Pair<String, Any?>): Bundle
Returns a new Bundle with the given key/value pairs as elements. |
|
fun persistableBundleOf(vararg pairs: Pair<String, Any?>): PersistableBundle
Returns a new PersistableBundle with the given key/value pairs as elements. |
|
fun <T> trace(sectionName: String, block: () -> T): T
Wrap the specified block in calls to Trace.beginSection (with the supplied sectionName) and Trace.endSection. |