How to play Sonic Code using the Sonic Code App Player SDK

App Player Module Object Creation

Returns the Sonic Code App player module object.

Java

getInstance()

Objective-C

sharedInstance

Swift

sharedInstance()

SonicCode UniqueID and SCAPlayerDelegator settings

Provided SCAPlayerDelegator to notify your app of events related to the Sonic Code App player module operation. Various error messages and event messages generated inside the Sonic Code App player module can be implemented and delivered with SCAPlayerDelegator.

Java

setUniqueIDAndDelegator (String uid, SCAPlayerDelegator delegator )