KGResultCallback

interface KGResultCallback<T>

Callback interface used for asynchronous API calls.

Author

Kakaogames

Functions

Link copied to clipboard
abstract fun onResult(result: KGResult<T>?)

The API that is called when the API completes