eventTextOptions property

EventTextOptions eventTextOptions

Options used for text notifications. Notifications are only available if a route is present. Gets the text notification options.

Implementation

EventTextOptions get eventTextOptions;
void eventTextOptions=(EventTextOptions value)

Options used for text notifications. Notifications are only available if a route is present. Sets the text notification options.

Implementation

set eventTextOptions(EventTextOptions value);