Annotation Interface Theme.Intent
- Enclosing class:
- Theme
String constant values for the dynamic theme intent.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Intent action constant for the dynamic theme.static final String
Intent action constant to capture the dynamic theme.static final String
Intent extra key for the theme data.static final String
Intent extra key for the captured theme data.static final String
Intent extra key for the theme data.static final String
Intent extra key for the theme value.
-
Field Details
-
ACTION
Intent action constant for the dynamic theme.- See Also:
-
ACTION_CAPTURE
Intent action constant to capture the dynamic theme.- See Also:
-
EXTRA_THEME
Intent extra key for the theme data.- See Also:
-
EXTRA_VALUE
Intent extra key for the theme value.- See Also:
-
EXTRA_DATA
Intent extra key for the theme data.- See Also:
-
EXTRA_DATA_CAPTURE
Intent extra key for the captured theme data.- See Also:
-