UpdateSignalsRequest


class UpdateSignalsRequest
kotlin.Any
   ↳ android.adservices.signals.UpdateSignalsRequest

The request object for updateSignals.

updateUri is the only parameter. It represents the URI that the service will reach out to retrieve the signals updates.

Summary

Nested classes

Builder for UpdateSignalsRequest objects.

Public methods
Boolean
equals(other: Any?)

Uri

Int

String

Public methods

equals

fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if and only if the other object is UpdateSignalsRequest with the same update URI.

getUpdateUri

fun getUpdateUri(): Uri
Return
Uri the Uri from which the signal updates will be fetched. This value cannot be null.

hashCode

fun hashCode(): Int
Return
Int the hash of the UpdateSignalsRequest object's data.

toString

fun toString(): String
Return
String a human-readable representation of UpdateSignalsRequest.