A
C
D
E
F
G
H
I
O
R
S
T
S
- setException(kotlin.Exception) - function in com.naver.ads.deferred.DeferredCompletionSource
- Sets the error of the Deferred, throwing if the Deferred has already been completed.
- setResult(TResult) - function in com.naver.ads.deferred.DeferredCompletionSource
- Sets the result of the Deferred, throwing if the Deferred has already been completed.
- SuccessCallback - class in com.naver.ads.deferred
- Defines the contract for success callbacks that accept the result of a Deferred.
- SuccessContinuation - class in com.naver.ads.deferred
- A function that is called to continue execution then a Deferred succeeds.