action property
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;
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.
final String? action;