DisclaimerActivityResultContract

Activity result contract for showing the disclaimer.

Use launch to use this contract.

If the user has already accepted the disclaimer, no activity will show and DisclaimerResult.Accepted will be returned.

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: DisclaimerInput): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): DisclaimerResult