Action class

Constructors

Action()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ACTION_ALL_APPS → const String
gets a list of available apps
ACTION_APP_ERROR → const String
helps in error reporting
ACTION_APPLICATION_PREFERENCES → const String
lets adjust application preference
ACTION_ASSIST → const String
launches google app by default, which can provide user assistance
ACTION_ATTACH_DATA → const String
ACTION_BUG_REPORT → const String
lets user report bug
ACTION_CALL → const String
lets call a number, opens dialer
ACTION_CALL_BUTTON → const String
this one will simply open an activity, where user can place a call
ACTION_CARRIER_SETUP → const String
requires carrier privilege, opens default activity for modifying carrier setting
ACTION_CREATE_DOCUMENT → const String
creates a new document
ACTION_CREATE_SHORTCUT → const String
creates app shortcut
ACTION_DEFINE → const String
quickly opens default assist app, and finds definition for queried text
ACTION_DELETE → const String
a certain Uri to be deleted, which is to be specified using data field
ACTION_DIAL → const String
for opening dialer with a number pre filled, you'll be mostly using this action
ACTION_EDIT → const String
lets you edit data, specified using Uri
ACTION_GET_CONTENT → const String
opens file picker, gets you content of specified types
ACTION_IMAGE_CAPTURE → const String
intent to capture image, using default camera activity
ACTION_INSERT → const String
you can create new contact using this action
ACTION_INSERT_OR_EDIT → const String
ACTION_MAIN → const String
ACTION_OPEN_DOCUMENT → const String
opens a document, specified using Uri
ACTION_OPEN_DOCUMENT_TREE → const String
opens whole document tree, using default file manager activity
ACTION_PASTE → const String
ACTION_PICK → const String
will be made to work in future releases
ACTION_POWER_USAGE_SUMMARY → const String
power usage summary displaying activity
ACTION_PROCESS_TEXT → const String
processes text
ACTION_QUICK_VIEW → const String
search for a certain term, put as EXTRA_TEXT
ACTION_SEND → const String
share text/ document/ multimedia
ACTION_SEND_MULTIPLE → const String
send multiple documents at a time
ACTION_SENDTO → const String
send to a certain user, denoted by data URI
ACTION_SET_WALLPAPER → const String
set wallpaper activity
ACTION_SHOW_APP_INFO → const String
opens app info displaying activity
ACTION_SYNC → const String
synchronize app data with backend
ACTION_SYSTEM_TUTORIAL → const String
ACTION_TRANSLATE → const String
translate data passed with intent
ACTION_VIDEO_CAPTURE → const String
intent used for capturing video, using default camera of system
ACTION_VIEW → const String
displays specified data to user
ACTION_VOICE_COMMAND → const String
perform a web search using default search activity