UpdateSignalsRequest


@ExperimentalFeatures.Ext12OptIn
class UpdateSignalsRequest


The request object for updateSignals.

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

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)

Checks whether two UpdateSignalsRequest objects contain the same information.

open Int

Returns the hash of the UpdateSignalsRequest object's data.

open String

Return the string representation of the UpdateSignalsRequest

Public properties

Uri

Public constructors

UpdateSignalsRequest

Added in 1.1.0-beta08
UpdateSignalsRequest(updateUri: Uri)

Public functions

equals

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

Checks whether two UpdateSignalsRequest objects contain the same information.

hashCode

open fun hashCode(): Int

Returns the hash of the UpdateSignalsRequest object's data.

toString

open fun toString(): String

Return the string representation of the UpdateSignalsRequest

Public properties

updateUri

Added in 1.1.0-beta08
val updateUriUri