This section covers the initialization of the SDK within your Android application. Proper initialization is required to enable the SDK's functionalities.
QuickGameManager sdkInstance = QuickGameManager.getInstance();
sdkInstance.init(this, "productCode that create in quick sdk backstage", null);
Add lifecycle interface. Call the method with the same name as the SDK instance in the life cycle of the main activity