Type alias FrameOpenReason

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

typeFrameOpenReason=
|'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.