onCallback

abstract fun onCallback(data: T, exception: GamebaseException)

Callback function that has data and result.

Parameters

data

Data returned as the result of the function.

exception

Result of the function.

See also