-
- All Implemented Interfaces:
public class AttachCardLauncher.Contract extends ActivityResultContract<AttachCardOptions, AttachCardLauncher.Result>
-
-
Field Summary
Fields Modifier and Type Field Description public final static AttachCardLauncher.ContractINSTANCE
-
Method Summary
Modifier and Type Method Description IntentcreateIntent(Context context, AttachCardOptions options)AttachCardLauncher.ResultparseResult(Integer resultCode, Intent intent)-
-
Method Detail
-
createIntent
Intent createIntent(Context context, AttachCardOptions options)
-
parseResult
AttachCardLauncher.Result parseResult(Integer resultCode, Intent intent)
-
-
-
-