fun onSuccess(lambda: (NIMMSTAServiceConnection) -> Unit): NIMMSTAServiceConnection
Lambda is called once service was connected and is ready. Won't be called once error was thrown. Returns ServiceConnection.
fun onSuccess(: NIMMSTADoneCallback<NIMMSTAServiceConnection>): NIMMSTAServiceConnection
DoneCallback is called once service was connected and is ready. Won't be called once error was thrown. Returns ServiceConnection.