A
C
D
E
F
G
H
I
O
R
S
T
T
- then(com.naver.ads.deferred.Deferred) - function in com.naver.ads.deferred.Continuation
- The function to be called when the given deferred is completed.
- then(TResult) - function in com.naver.ads.deferred.SuccessContinuation
- Returns the result of applying the SuccessContinuation to Deferred.
- trySetException(kotlin.Exception) - function in com.naver.ads.deferred.DeferredCompletionSource
- Sets the error on the Deferred if the Deferred hasn't already been completed.
- trySetResult(TResult) - function in com.naver.ads.deferred.DeferredCompletionSource
- Sets the result on the Deferred if the Deferred hasn't already been completed.