Trill SDK Callbacks and delegates
The callback is triggered in case of any error. The callback returns back error code with the error
message as string.
The callback is triggered in the case when SDK needs to pass any information to the main
application. The callback returns back info code with the info message as string,
The callback is triggered once SDK is initlised and ready to be used for sending and receiving
purpose.
The callback is triggered once SDK has completed playing, If the playing method is called with
repeat count 3 the callback will be received 3 times for every play completed
The callback is triggered once SDK has completed the sending process If the playing method is
called with repeat count 3 the callback will be received when playing is completed for the 3rd time.
The callback is triggered when SDK has received the TrillTone. Use the callback to receive decoded data on the main application.
Last updated