ActivityResultContract.SynchronousResult
public
static
final
class
ActivityResultContract.SynchronousResult
extends Object
java.lang.Object
|
↳ |
androidx.activity.result.contract.ActivityResultContract.SynchronousResult<T>
|
The wrapper for a result provided in ActivityResultContract.getSynchronousResult(Context, I)
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
SynchronousResult
public SynchronousResult (T value)
Create a new result wrapper
Parameters |
value |
T : the result value
|
Public methods
getValue
public T getValue ()
Returns |
T |
the result value
|