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

Last updated

Was this helpful?