Skip to main content

Account Interface

Account Center

note

Account Center integration is currently supported for mobile and PC platforms only, and is not supported for console platforms.

LI PASS provides two variations of Account Center for games to choose from:

  • Call the OpenAccountCenter method to open Account Center without account deletion functionalities.

    LevelInfinite.OpenAccountCenter();

    This allows players to link to LI PASS and other identity providers, update their profile information, change security settings, and view compliance agreements.

  • Call the OpenAccountCenterWithParams method to open Account Center with a delete account button, which can be toggled using the SHOW_DELETE_ACCOUNT_BUTTON configuration.

    LevelInfinite.OpenAccountCenterWithParams();

    This allows players to link to LI PASS and other identity providers, update their profile information, change security settings, view compliance agreements, and choose to delete their account.

Web preregistration

Prerequisites

  1. Integrate LI PASS Web Widget
  2. Enable SmartLink authorization in Player Network Console
  3. Complete Method 5: Import contacts via LEVEL INFINITE PASS newsletter sign-ups in SmartLink, and configure the content and UI for the preregistration popup

Procedures

  1. Implement the preregistration function on Web through the Preregister widget.
    note

    This feature will later be supported via the Player Network Console. Please stay tuned.

  2. Reach out to the Player Network representative to confirm permissions and complete functionality debugging.