Gamebase SDK for Android
2.35.0
NHN Cloud Gamebase Platform
|
Generic callback interface that returns data. More...
Public Member Functions | |
void | onCallback (T data, GamebaseException exception) |
Callback function that has data and result. More... | |
Generic callback interface that returns data.
void onCallback | ( | T | data, |
GamebaseException | exception | ||
) |
Callback function that has data and result.
data | Data returned as the result of the function. |
exception | Result of the function. |