Type alias FrameOpenReason
Stay organized with collections
Save and categorize content based on your preferences.
The different reasons why the frame was opened:
OPEN_ADDON
: The frame was opened because the add-on was selected in the
activities panel.
START_ACTIVITY
: The frame was opened because the local user started an
activity.
JOIN_ACTIVITY
: The frame was opened because the user joined an activity
started by another user.
Signature
type FrameOpenReason =
| 'UNKNOWN'
| 'OPEN_ADDON'
| 'START_ACTIVITY'
| 'JOIN_ACTIVITY';
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 2025-03-27 UTC.
[null,null,["Last updated 2025-03-27 UTC."],[],[],null,["# Type alias FrameOpenReason\n\nThe different reasons why the frame was opened:\n\n- `OPEN_ADDON`: The frame was opened because the add-on was selected in the\n activities panel.\n\n- `START_ACTIVITY`: The frame was opened because the local user started an\n activity.\n\n- `JOIN_ACTIVITY`: The frame was opened because the user joined an activity\n started by another user.\n\nSignature\n---------\n\n type FrameOpenReason =\n | 'UNKNOWN'\n | 'OPEN_ADDON'\n | 'START_ACTIVITY'\n | 'JOIN_ACTIVITY';"]]