public class BundleKt
Modifier and Type | Method and Description |
---|---|
static android.os.Bundle |
bundle(kotlin.jvm.functions.Function1<? super com.bixlabs.bkotlin.Bundlify,kotlin.Unit> bundle)
Created a new instance of
class Bundlify |
static android.os.Bundle |
bundle(android.os.Bundle ofBundle,
kotlin.jvm.functions.Function1<? super com.bixlabs.bkotlin.Bundlify,kotlin.Unit> bundle)
Creates a new instance of
class Bundlify reusing an already existent Bundle |
public static android.os.Bundle bundle(kotlin.jvm.functions.Function1<? super com.bixlabs.bkotlin.Bundlify,kotlin.Unit> bundle)
Created a new instance of class Bundlify
class Bundlify
public static android.os.Bundle bundle(android.os.Bundle ofBundle, kotlin.jvm.functions.Function1<? super com.bixlabs.bkotlin.Bundlify,kotlin.Unit> bundle)
Creates a new instance of class Bundlify
reusing an already existent Bundle
ofBundle
- Original Bundle to reuseclass Bundlify
,
Bundle