arch-android

//Android/br.com.arch.toolkit.android.delegate/ExtraType

ExtraType

[android]
enum ExtraType : Enum<ExtraType>

Defines the source of the extra.

Entries

   
ARGUMENT [android]
ARGUMENT
Look into Intent extras or Fragment arguments.
QUERY [android]
QUERY
Look into URI query parameters (String only).
AUTO [android]
AUTO
Look into both Intent extras and URI query parameters.

Properties

Name Summary
entries [android]
val entries: EnumEntries<ExtraType>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
name [android]
val name: String
ordinal [android]
val ordinal: Int

Functions

Name Summary
valueOf [android]
fun valueOf(value: String): ExtraType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [android]
fun values(): Array<ExtraType>
Returns an array containing the constants of this enum type, in the order they’re declared.