action property

String? action
final

This is the general verb that the intent should attempt to do. This includes constants like ACTION_VIEW.

See https://developer.android.com/reference/android/content/Intent.html#intent-structure.

Implementation

final String? action;