KalugaViewModelActivity
Convenience AppCompatActivity that is bound to a LifecycleViewModel
Properties
Functions
Parses the Bundle of android.app.Activity.getIntent into Boolean. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.BooleanType
Parses the Bundle of android.app.Activity.getIntent into BooleanArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.BooleanArrayType
Parses the Bundle of android.app.Activity.getIntent into BooleanArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.BooleanArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Boolean if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.BooleanType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Byte. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ByteType
Parses the Bundle of android.app.Activity.getIntent into ByteArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ByteArrayType
Parses the Bundle of android.app.Activity.getIntent into ByteArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ByteArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Byte if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ByteType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Char. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.CharType
Parses the Bundle of android.app.Activity.getIntent into CharArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.CharArrayType
Parses the Bundle of android.app.Activity.getIntent into CharArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.CharArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Char if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.CharType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into CharSequence if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.CharSequenceType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into KalugaDate. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DateType
Parses the Bundle of android.app.Activity.getIntent into List of KalugaDate. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DateArrayType
Parses the Bundle of android.app.Activity.getIntent into List of KalugaDate if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DateArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into KalugaDate if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DateType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Double. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DoubleType
Parses the Bundle of android.app.Activity.getIntent into DoubleArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DoubleArrayType
Parses the Bundle of android.app.Activity.getIntent into DoubleArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DoubleArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Double if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.DoubleType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Float. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.FloatType
Parses the Bundle of android.app.Activity.getIntent into FloatArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.FloatArrayType
Parses the Bundle of android.app.Activity.getIntent into FloatArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.FloatArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Float if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.FloatType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Int. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.IntegerType
Parses the Bundle of android.app.Activity.getIntent into IntArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.IntegerArrayType
Parses the Bundle of android.app.Activity.getIntent into IntArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.IntegerArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Int if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.IntegerType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Long. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.LongType
Parses the Bundle of android.app.Activity.getIntent into LongArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.LongArrayType
Parses the Bundle of android.app.Activity.getIntent into LongArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.LongArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Long if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.LongType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Short. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ShortType
Parses the Bundle of android.app.Activity.getIntent into ShortArray. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ShortArrayType
Parses the Bundle of android.app.Activity.getIntent into ShortArray if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ShortArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into Short if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.ShortType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into String. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.StringType
Parses the Bundle of android.app.Activity.getIntent into List of String. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.StringArrayType
Parses the Bundle of android.app.Activity.getIntent into List of String if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.StringArrayType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into String if it is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.StringType either directly or wrapped by NavigationBundleSpecType.OptionalType.
Parses the Bundle of android.app.Activity.getIntent into T. Requires that the Bundle is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.SerializedType with serializer
Parses the Bundle of android.app.Activity.getIntent into T if is described by a SingleValueNavigationSpec matching the NavigationBundleSpecType.SerializedType with serializer either directly or wrapped by NavigationBundleSpecType.OptionalType.