ActionBuilders.AndroidExtra

Added in 1.0.0
Deprecated in 1.2.0

interface ActionBuilders.AndroidExtra

Known direct subclasses
ActionBuilders.AndroidBooleanExtra

A boolean value that can be added to an Android intent's extras.

ActionBuilders.AndroidDoubleExtra

A double value that can be added to an Android intent's extras.

ActionBuilders.AndroidIntExtra

An integer value that can be added to an Android intent's extras.

ActionBuilders.AndroidLongExtra

A long value that can be added to an Android intent's extras.

ActionBuilders.AndroidStringExtra

A string value that can be added to an Android intent's extras.


Interface defining an item that can be included in the extras of an intent that will be sent to an Android activity. Supports types in android.os.PersistableBundle, excluding arrays.

Summary

Nested types

Builder to create AndroidExtra objects.