-
- All Implemented Interfaces:
public final class IntentExtKt
-
-
Method Summary
Modifier and Type Method Description final static BundlebundleOfOptions(BaseAcquiringOptions options)final static BundletoBundle(BaseAcquiringOptions $self)final static UnitputOptions(Intent $self, BaseAcquiringOptions options)final static ThrowablegetAsError(Intent $self, String key)final static LonggetLongOrNull(Intent $self, String key)final static <T extends BaseAcquiringOptions> TgetOptions(Intent $self)final static <T extends BaseAcquiringOptions> TgetExtra(SavedStateHandle $self)final static <EXTRA extends Serializable> EXTRAgetExtra(Intent $self, String name, KClass<EXTRA> clazz)final static <PARCELABLE extends Parcelable> PARCELABLEgetParcelable(Intent $self, String name, KClass<PARCELABLE> clazz)final static ThrowablegetError(Intent $self)-
-
Method Detail
-
bundleOfOptions
final static Bundle bundleOfOptions(BaseAcquiringOptions options)
-
toBundle
final static Bundle toBundle(BaseAcquiringOptions $self)
-
putOptions
final static Unit putOptions(Intent $self, BaseAcquiringOptions options)
-
getAsError
final static Throwable getAsError(Intent $self, String key)
-
getLongOrNull
final static Long getLongOrNull(Intent $self, String key)
-
getOptions
final static <T extends BaseAcquiringOptions> T getOptions(Intent $self)
-
getExtra
final static <T extends BaseAcquiringOptions> T getExtra(SavedStateHandle $self)
-
getExtra
final static <EXTRA extends Serializable> EXTRA getExtra(Intent $self, String name, KClass<EXTRA> clazz)
-
getParcelable
final static <PARCELABLE extends Parcelable> PARCELABLE getParcelable(Intent $self, String name, KClass<PARCELABLE> clazz)
-
-
-
-