Stay organized with collections
Save and categorize content based on your preferences.
ApplicationSessionTag
@RequiresApi(value = 26) class ApplicationSessionTag
An identifier that allows apps to differentiate between multiple types of sessions.
Summary
Public constructors
Public properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# ApplicationSessionTag\n=====================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/com/google/ambient/crossdevice/sessions/ApplicationSessionTag \"View this page in Java\")\n\n\n```\n@RequiresApi(value = 26) class ApplicationSessionTag\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAn identifier that allows apps to differentiate between multiple types of sessions.\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [ApplicationSessionTag](/reference/kotlin/com/google/ambient/crossdevice/sessions/ApplicationSessionTag#ApplicationSessionTag(kotlin.String))`(sessionTag: `[String](/reference/kotlin/kotlin/String)`)` |\n\n| ### Public properties ||\n|-------------------------------------------|------------------------------------------------------------------------------------------------------------|\n| [String](/reference/kotlin/kotlin/String) | [sessionTag](/reference/kotlin/com/google/ambient/crossdevice/sessions/ApplicationSessionTag#sessionTag()) |\n\nPublic constructors\n-------------------\n\n### ApplicationSessionTag\n\n```\nApplicationSessionTag(sessionTag: String)\n```\n\nPublic properties\n-----------------\n\n### sessionTag\n\n```\nval sessionTag: String\n```"]]