NIMMSTAIntent Service Connection
This class provides access to the NIMMSTAManager and initiates the connection. It uses an Android ServiceConnection and the concept of background Tasks. Just register the NIMMSTAIntentServiceConnection by calling bindServiceToActivity and register for completion for the binding with onComplete.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun onComplete(lambda: (Task<NIMMSTAIntentServiceConnection>) -> Unit): NIMMSTAIntentServiceConnection
Lambda is called once service was connected or thrown an error. Returns ServiceConnection.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard