Enumeration members
DIAL_CALL
DIAL_CALL: = "DialCall"
SAVE_CONTACT
SAVE_CONTACT: = "SaveContact"
SAVE_INSTRUMENT
SAVE_INSTRUMENT: = "SaveInstrument"
SHARE_CONTEXT
SHARE_CONTEXT: = "ShareContext"
START_CALL
START_CALL: = "StartCall"
START_CHAT
START_CHAT: = "StartChat"
VIEW_CHART
VIEW_CHART: = "ViewChart"
VIEW_CONTACT
VIEW_CONTACT: = "ViewContact"
VIEW_NEWS
VIEW_NEWS: = "ViewNews"
VIEW_QUOTE
VIEW_QUOTE: = "ViewQuote"
Enum that defines the standard set of intents that are defined as part of the FDC3 specification.
This enum exists only as a helper, applications may define their own set of constants if they prefer.