setDelegate

open fun setDelegate(@Nullable() delegate: MeetingSDKDelegate)

Sets the delegate class instance (implementation of INotificationCallback protocol)to be used to receive messages from SDKMessages will be received in the thread managed by JNI C++ code

Parameters

delegate

instance of class that implements INotificationCallback protocol

open fun setDelegate(@Nullable() delegate: MeetingSDKDelegate, looper: Looper)

Sets the delegate class instance (implementation of INotificationCallback protocol)to be used to receive messages from SDKMessages will be received in the thread managed by passed Looper object

Parameters

delegate

instance of class that implements INotificationCallback protocol

looper

used for dispatching INotificationCallback function calls in Looper thread