AndroidPackageScope

data class AndroidPackageScope : AbstractSafeParcelable
com.google.android.gms.dtdi.core.AndroidPackageScope

Represents an Android Package remote scope. Used to indicate another Android Package that can be started from a wakeup request. Receiving package must declare the calling package as an originator in its manifest file. Not suitable for sending over the wire.

Summary

Public constructors

<init>(packageName: String)

Represents an Android Package remote scope.

Public methods

Unit
writeToParcel(dest: Parcel, flags: Int)

Properties

String

Name of an Android package that can be woken.

Companion properties

Creator<AndroidPackageScope>

Public constructors

<init>

AndroidPackageScope(packageName: String)

Represents an Android Package remote scope. Used to indicate another Android Package that can be started from a wakeup request. Receiving package must declare the calling package as an originator in its manifest file. Not suitable for sending over the wire.

Public methods

writeToParcel

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

Properties

packageName

val packageName: String

Name of an Android package that can be woken.

Companion properties

CREATOR

val CREATOR: Creator<AndroidPackageScope>