AndroidRoleScope

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

Represents an Android Role scope. Used to defer selection of alternate apps to an Android role holder. The role holder will specify the allowed alternate app in its manifest. Not suitable for sending 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 role holder. The role holder will specify the allowed alternate app in its manifest. Not suitable for sending over the wire.

Public methods

writeToParcel

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

Properties

scope

val scope: Int

IntDef for an Android Role scope.

Companion properties

CREATOR

val CREATOR: Creator<AndroidRoleScope>