EvidenceRequestNotificationPermission

constructor(permissionNotGrantedMessage: String, assets: Map<String, ByteString>, grantPermissionButtonText: String, continueWithoutPermissionButtonText: String)

Parameters

permissionNotGrantedMessage

message to show, formatted as markdown.

assets

images that can be referenced in markdown, type (PNG, JPEG, or SVG) determined by the extension.

grantPermissionButtonText

text to show for the button for granting permission, for example "Grant Permission".

continueWithoutPermissionButtonText

text to show for the button for not granting permission, for example "No Thanks"