Account Interface
Account Center
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:
- Unity
- Unreal Engine
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.
Call the
OpenAccountCenter
method to open Account Center without account deletion functionalities.ULevelInfiniteAPI::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.ULevelInfiniteAPI::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
- Integrate LI PASS Web Widget
- Enable SmartLink authorization in Player Network Console
- 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
- 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.
- Reach out to the Player Network representative to confirm permissions and complete functionality debugging.