SourceRegistrationRequest


@ExperimentalFeatures.RegisterSourceOptIn
class SourceRegistrationRequest


Class to hold input to measurement source registration calls from web context.

Summary

Public constructors

SourceRegistrationRequest(
    registrationUris: List<Uri>,
    inputEvent: InputEvent?
)

Public functions

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

Public properties

InputEvent?

User Interaction InputEvent used by the AttributionReporting API to distinguish clicks from views.

List<Uri>

List of Registration Uris to fetch sources.

Public constructors

SourceRegistrationRequest

SourceRegistrationRequest(
    registrationUris: List<Uri>,
    inputEvent: InputEvent? = null
)
Parameters
registrationUris: List<Uri>

List of Registration Uris to fetch sources.

inputEvent: InputEvent? = null

User Interaction InputEvent used by the AttributionReporting API to distinguish clicks from views.

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

inputEvent

Added in 1.1.0-beta06
val inputEventInputEvent?

User Interaction InputEvent used by the AttributionReporting API to distinguish clicks from views.

registrationUris

Added in 1.1.0-beta06
val registrationUrisList<Uri>

List of Registration Uris to fetch sources.