-
public final class SelectFilesContract extends ActivityResultContract<Unit, List<Uri>>
-
-
Constructor Summary
Constructors Constructor Description SelectFilesContract()
-
Method Summary
Modifier and Type Method Description IntentcreateIntent(Context context, Unit input)List<Uri>parseResult(Integer resultCode, Intent intent)-
Methods inherited from class androidx.activity.result.contract.ActivityResultContract
equals, hashCode, toString -
Methods inherited from class com.getstream.sdk.chat.SelectFilesContract
getSynchronousResult -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createIntent
Intent createIntent(Context context, Unit input)
-
parseResult
List<Uri> parseResult(Integer resultCode, Intent intent)
-
-
-
-