UpdateSignalsRequest
classUpdateSignalsRequest
| 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 |
|
| Public methods | |
|---|---|
| Boolean | |
| Uri | |
| Int |
hashCode() |
| String |
toString() |
Public methods
equals
funequals(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
fungetUpdateUri(): Uri
Deprecated: Deprecated in Java.
| Return | |
|---|---|
Uri |
the Uri from which the signal updates will be fetched. This value cannot be null. |
hashCode
funhashCode(): Int
Deprecated: Deprecated in Java.
| Return | |
|---|---|
Int |
the hash of the UpdateSignalsRequest object's data. |
toString
funtoString(): String
Deprecated: Deprecated in Java.
| Return | |
|---|---|
String |
a human-readable representation of UpdateSignalsRequest. |