public interface

LiveAssetCallback

com.steerpath.sdk.live.LiveAssetCallback

Class Overview

Callback definition for receiving LiveAsset information from the server.

Summary

Public Methods
abstract void onError(String error)
Called when request has failed.
abstract void onLiveAssetsFetched(List<LiveAsset> assets)
Called when data has been fetched.

Public Methods

public abstract void onError (String error)

Called when request has failed.

public abstract void onLiveAssetsFetched (List<LiveAsset> assets)

Called when data has been fetched.