IApiService

interface IApiService

Inheritors

Functions

Link copied to clipboard
abstract fun cancel(tag: String)
Link copied to clipboard
abstract fun getSdkConfig(apiCallback: ApiService.IApiServiceResponse)
Link copied to clipboard
abstract fun release()
Link copied to clipboard
abstract fun send(request: GigyaApiRequest, apiCallback: ApiService.IApiServiceResponse)
abstract fun send(request: GigyaApiRequest, blocking: Boolean, apiCallback: ApiService.IApiServiceResponse)