public interface

LiveServiceLoginListener

com.steerpath.sdk.live.LiveServiceLoginListener

Class Overview

Gives callback whether login to SteerpathLive has succeeded or failed. If failed, Steerpath LiveService doesn't start.

Summary

Public Methods
abstract void onLoginFailed(String error)
Login has failed.
abstract void onLoginSucceeded()
Login is successful.

Public Methods

public abstract void onLoginFailed (String error)

Login has failed. Returns error message. LiveService doesn't start.

public abstract void onLoginSucceeded ()

Login is successful. LiveService starts automatically.