A
C
D
E
F
G
H
I
O
R
S
T
F
- FailureCallback - class in com.naver.ads.deferred
- Defines the contract for failure callbacks that accept the result of a Deferred.
- forCanceled() - function in com.naver.ads.deferred.Deferrer
- Creates a cancelled Deferred.
- forException(kotlin.Exception) - function in com.naver.ads.deferred.Deferrer
- Creates a faulted Deferred with the given exception.
- forResult(TResult) - function in com.naver.ads.deferred.Deferrer
- Creates a completed Deferred with the given result.