public interface

RequestCallback

com.glia.androidsdk.RequestCallback<T>

Class Overview

Callback used in some requests to Glia SDK.

Summary

Public Methods
abstract void onResult(T response, GliaException exception)
Method that is fired when request succeeded or if error happened.

Public Methods

public abstract void onResult (T response, GliaException exception)

Method that is fired when request succeeded or if error happened.

Parameters
response result returned if the request succeeded
exception error returned if the request failed