my.hideToast

Hide the toast dialog.

Sample Code

copy
my.hideToast()

Parameters

PropertyType

Required

Description
successFunctionNoThe callback function for a successful API call.
failFunctionNoThe callback function for a failed API call.
completeFunctionNo The callback function used when the API call is completed. This function is always executed no matter the call succeeds or fails.