AndroidRoleScope

dataclassAndroidRoleScope : AbstractSafeParcelable
com.google.android.gms.dtdi.core.AndroidRoleScope

Represents an Android Role scope. Used to defer selection of alternate apps to an Android roleholder. The role holder will specify the allowed alternate app in its manifest. Not suitable forsending over the wire.

Summary

Public constructors

<init>(scope: Int)

Represents an Android Role scope.

Public methods

Unit
writeToParcel(dest: Parcel,flags: Int)

Properties

Int

IntDef for an Android Role scope.

Companion properties

Creator<AndroidRoleScope>

Public constructors

<init>

AndroidRoleScope(scope: Int)

Represents an Android Role scope. Used to defer selection of alternate apps to an Android roleholder. The role holder will specify the allowed alternate app in its manifest. Not suitable forsending over the wire.

Public methods

writeToParcel

funwriteToParcel(
    dest: Parcel,
    flags: Int
):Unit

Properties

scope

valscope:Int

IntDef for an Android Role scope.

Companion properties

CREATOR

valCREATOR:Creator<AndroidRoleScope>

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.