Creates an event emitter instance to listen for the actions
Call the function to remove the event
Gets as any arguments as it needs
Creates an event emitter instance to listen for the actions
Call the function to remove the event
Creates an event emitter instance to listen for the actions
Call the function to remove the event
Gets as any arguments as it needs
Creates an event emitter instance to listen for the actions
Call the function to remove the event
Removes the specified event and invokes the callback after it is removed
Optional
callback: EventListenerCallbackAdds the listener function to the beginning of the listeners array for the event named eventName. No checks are made to see if the listener has already been added. Multiple calls passing the same combination of eventName and listener will result in the listener being added, and called, multiple times.
Adds a one-time listener function for the event named eventName to the beginning of the listeners array. The next time eventName is triggered, this listener is removed, and then invoked.
Gets/sets the message of toast.
4.4.1
Gets/sets the background of toast message view.
4.4.1
Gets/sets the actionTextColor of toast action text.
4.4.1
Gets/sets the messageTextColor of toast message text.
4.4.1
Gets/sets the bottom offset of toast message view from bottom.
4.4.1
Gets/sets how long it will stay on the screen. Value can bet set between 1 - 10 as integer
4.4.1
Gets status of the toast. Returns true if the toast is currently displayed on the screen.
4.4.1
This function called when displayed toast dismissed.
4.4.1
function called when toast dismissed.
Generated using TypeDoc
Since
4.4.1 Toast provide brief messages about app processes at the bottom of the screen.
Example