ActivityResultContract.SynchronousResult

class ActivityResultContract.SynchronousResult<T : Any?>


The wrapper for a result provided in getSynchronousResult. This allows differentiating between a null T synchronous result and no synchronous result at all.

Summary

Public constructors

<T : Any?> SynchronousResult(value: T)

Public properties

T

Public constructors

SynchronousResult

<T : Any?> SynchronousResult(value: T)

Public properties

value

Added in 1.2.0
val value: T