InsiderAppCardActionType class

Action type identifiers used by App Card buttons and cards.

Each InsiderAppCardAction subclass exposes one of these strings via its actionType field so consumers can disambiguate the action kind without reflection.

Constructors

InsiderAppCardActionType()

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

The action navigates the user via a deep link, internal browser, or external browser. Backed by InsiderAppCardDeeplinkAction.
FEEDBACK → const String
The action triggers an in-product feedback flow. Backed by InsiderAppCardFeedbackAction.
OPEN_SETTINGS → const String
The action opens the operating-system app settings page. Backed by InsiderAppCardOpenSettingsAction.