WebTriggerRegistrationRequest


class WebTriggerRegistrationRequest


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

Summary

Public constructors

WebTriggerRegistrationRequest(
    webTriggerParams: List<WebTriggerParams>,
    destination: Uri
)

Public functions

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

Public properties

Uri

Destination Uri.

List<WebTriggerParams>

Registration info to fetch sources.

Public constructors

WebTriggerRegistrationRequest

Added in 1.0.0
WebTriggerRegistrationRequest(
    webTriggerParams: List<WebTriggerParams>,
    destination: Uri
)
Parameters
webTriggerParams: List<WebTriggerParams>

Registration info to fetch sources.

destination: Uri

Destination Uri.

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

destination

Added in 1.0.0
val destinationUri

Destination Uri.

webTriggerParams

Added in 1.0.0
val webTriggerParamsList<WebTriggerParams>

Registration info to fetch sources.