Function callbacks
These functions are called when occurs event in the player
function SaveSettings(string: filePath)
Called when the user clicks Apply or Save in the Preferences screen.
function ReceiveNotification(string: sourceFileUrl, number: eventType)
Called when receive event notifications. view eventType constants to more info
Due to internal bug in 1.0.1-1.1.1 versions this function is not working properly and pass buggy values in event: type
argument this bug fixed in 1.2.1
Last updated
Was this helpful?