common / com.revenuecat.purchases.common / Dispatcher / AsyncCall

AsyncCall

abstract class AsyncCall : Runnable

Constructors

<init>

AsyncCall()

Functions

call

abstract fun call(): Result

onCompletion

open fun onCompletion(result: Result): Unit

onError

open fun onError(error: PurchasesError): Unit

run

open fun run(): Unit