WakeUpRequest

class WakeUpRequest : AbstractSafeParcelable
com.google.android.gms.dtdi.core.WakeUpRequest

Represents a wake up request. Not suitable for sending across the wire.

Summary

Public constructors

<init>(action: String, extras: List<Extra>, reason: String)

Represents a wake up request.

Public methods

Unit
writeToParcel(dest: Parcel, flags: Int)

Properties

String

The intent action to use to perform the wakeup.

List<Extra>

The extras to be passed through the intent to perform the wakeup.

String

A user-visible string describing the reason for this wake up request.

Companion properties

Creator<WakeUpRequest>

Public constructors

<init>

WakeUpRequest(
    action: String,
    extras: List<Extra>,
    reason: String)

Represents a wake up request. Not suitable for sending across the wire.

Public methods

writeToParcel

fun writeToParcel(
    dest: Parcel,
    flags: Int
): Unit

Properties

action

val action: String

The intent action to use to perform the wakeup.

extras

val extras: List<Extra>

The extras to be passed through the intent to perform the wakeup.

reason

val reason: String

A user-visible string describing the reason for this wake up request.

Companion properties

CREATOR

val CREATOR: Creator<WakeUpRequest>