Stay organized with collections
Save and categorize content based on your preferences.
SessionStateCallback
@RequiresApi(value = 26) interface SessionStateCallback
Known direct subclasses
OriginatingSessionStateCallback |
Clients of Sessions should implement OriginatingSessionStateCallback to receive notifications of Session state changes when transferring a Session.
|
PrimarySessionStateCallback |
Clients of Sessions should implement PrimarySessionStateCallback to receive notifications of Session state changes when acting as the Primary for a Shared Session.
|
ReceivingSessionStateCallback |
Clients of Sessions should implement ReceivingSessionStateCallback to receive notifications of Session state changes when transferring a Session.
|
SecondarySessionStateCallback |
Clients of Sessions should implement SecondarySessionStateCallback to receive notifications of Session state changes when acting as the Secondary for a shared Session.
|
Grants access to client-provided callbacks OriginatingSessionStateCallback
, ReceivingSessionStateCallback
, PrimarySessionStateCallback
and SecondarySessionStateCallback
.
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.
[[["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 2025-02-10 UTC."],[],[],null,["# SessionStateCallback\n====================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/com/google/ambient/crossdevice/sessions/SessionStateCallback \"View this page in Java\")\n\n\n```\n@RequiresApi(value = 26) interface SessionStateCallback\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[OriginatingSessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/OriginatingSessionStateCallback), [PrimarySessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/PrimarySessionStateCallback), [ReceivingSessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/ReceivingSessionStateCallback), [SecondarySessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/SecondarySessionStateCallback) \n\n|------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [OriginatingSessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/OriginatingSessionStateCallback) | Clients of Sessions should implement `OriginatingSessionStateCallback` to receive notifications of Session state changes when transferring a Session. |\n| [PrimarySessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/PrimarySessionStateCallback) | Clients of Sessions should implement `PrimarySessionStateCallback` to receive notifications of Session state changes when acting as the Primary for a Shared Session. |\n| [ReceivingSessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/ReceivingSessionStateCallback) | Clients of Sessions should implement `ReceivingSessionStateCallback` to receive notifications of Session state changes when transferring a Session. |\n| [SecondarySessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/SecondarySessionStateCallback) | Clients of Sessions should implement `SecondarySessionStateCallback` to receive notifications of Session state changes when acting as the Secondary for a shared Session. |\n\n*** ** * ** ***\n\nGrants access to client-provided callbacks [OriginatingSessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/OriginatingSessionStateCallback), [ReceivingSessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/ReceivingSessionStateCallback), [PrimarySessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/PrimarySessionStateCallback) and [SecondarySessionStateCallback](/reference/kotlin/com/google/ambient/crossdevice/sessions/SecondarySessionStateCallback)."]]