WebTriggerParams


class WebTriggerParams


Class holding trigger registration parameters.

Summary

Public constructors

WebTriggerParams(registrationUri: Uri, debugKeyAllowed: Boolean)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Boolean

Used by the browser to indicate whether the debug key obtained from the registration URI is allowed to be used.

Uri

URI that the Attribution Reporting API sends a request to in order to obtain trigger registration parameters.

Public constructors

WebTriggerParams

Added in 1.0.0
WebTriggerParams(registrationUri: Uri, debugKeyAllowed: Boolean)
Parameters
registrationUri: Uri

URI that the Attribution Reporting API sends a request to in order to obtain trigger registration parameters.

debugKeyAllowed: Boolean

Used by the browser to indicate whether the debug key obtained from the registration URI is allowed to be used.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

debugKeyAllowed

Added in 1.0.0
val debugKeyAllowedBoolean

Used by the browser to indicate whether the debug key obtained from the registration URI is allowed to be used.

registrationUri

Added in 1.0.0
val registrationUriUri

URI that the Attribution Reporting API sends a request to in order to obtain trigger registration parameters.