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

Added in API level 35
Deprecated in API level 37
fun equals(other: Any?): Boolean

Deprecated: Deprecated in Java.

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

Deprecated: Deprecated in Java.

Return
Uri the Uri from which the signal updates will be fetched.
This value cannot be null.

hashCode

Added in API level 35
Deprecated in API level 37
fun hashCode(): Int

Deprecated: Deprecated in Java.

Return
Int the hash of the UpdateSignalsRequest object's data.

toString

Added in API level 35
Deprecated in API level 37
fun toString(): String

Deprecated: Deprecated in Java.

Return
String a human-readable representation of UpdateSignalsRequest.