Gamebase SDK for Android  1.5.0
Toast Gamebase Platform
GamebaseDataCallback< T > Interface Template Reference

Generic callback interface that returns data. More...

Collaboration diagram for GamebaseDataCallback< T >:
Collaboration graph

Public Member Functions

void onCallback (T data, GamebaseException exception)
 Callback function that has data and result. More...
 

Detailed Description

Generic callback interface that returns data.

Member Function Documentation

◆ onCallback()

void onCallback ( data,
GamebaseException  exception 
)

Callback function that has data and result.

Parameters
dataData returned as the result of the function.
exceptionResult of the function.
See also
com.toast.android.gamebase.base.GamebaseException