ActionBuilders.AndroidExtra
@RequiresSchemaVersion(major = 1, minor = 0)
public interface ActionBuilders.AndroidExtra
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.