Stay organized with collections
Save and categorize content based on your preferences.
AndroidRoleScopes
annotation
class
AndroidRoleScopes
Annotation for the supported Android roles.
Summary
Indicates call transfer remote scope.
Annotation for the supported Android roles.
Constants
UNKNOWN
const
val
UNKNOWN
:
Int
Indicates call transfer remote scope. Can be either hand off or stream.
Value: RemoteScopeProto.RemoteScope.AndroidRole.Role.UNKNOWN_VALUE
Public constructors
<init>
AndroidRoleScopes
(
)
Annotation for the supported Android roles.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eAndroidRoleScopes\u003c/code\u003e is an annotation used for indicating supported Android roles.\u003c/p\u003e\n"],["\u003cp\u003eCurrently, it defines a single constant, \u003ccode\u003eUNKNOWN\u003c/code\u003e, representing an undefined call transfer remote scope.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e can signify either a hand-off or stream type of call transfer.\u003c/p\u003e\n"]]],[],null,["# AndroidRoleScopes\n=================\n\n```\nannotation class AndroidRoleScopes\n```\n\n|---------------------------------------------------------|\n| [com.google.android.gms.dtdi.core.AndroidRoleScopes](#) |\n\nAnnotation for the supported Android roles.\n\nSummary\n-------\n\n| ### Constants ||\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| const [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UNKNOWN](#Companion.UNKNOWN:kotlin.Int) Indicates call transfer remote scope. |\n\n| ### Public constructors ||\n|-------------------------------------------------------------------------|---|\n| [\u003cinit\u003e](#%3Cinit%3E())`()` Annotation for the supported Android roles. |\n\nConstants\n---------\n\n### UNKNOWN\n\n```\nconst val UNKNOWN: Int\n```\n\nIndicates call transfer remote scope. Can be either hand off or stream. \n\n Value: RemoteScopeProto.RemoteScope.AndroidRole.Role.UNKNOWN_VALUE\n\nPublic constructors\n-------------------\n\n### \\\u003cinit\\\u003e\n\n```\nAndroidRoleScopes()\n```\n\nAnnotation for the supported Android roles."]]