abstract class AsyncCall : Runnable
<init> |
AsyncCall() |
call |
abstract fun call(): Result |
onCompletion |
open fun onCompletion(result: Result): Unit |
onError |
open fun onError(error: PurchasesError): Unit |
run |
open fun run(): Unit |