react-native-adjoe-sdk-4.0.0-beta.3
    Preparing search index...

    Function init

    • Initializes the Playtime SDK. You must initialize the Playtime SDK before you can use any of its features. The initialization will run asynchronously in the background

      Supported only on Android.

      Parameters

      • apiKey: string

        Your playtime SDK hash.

      • Optionaloptions: {
            applicationProcessName?: string;
            playtimeExtension?: PlaytimeExtension;
            playtimeParams?: PlaytimeParams;
            playtimeUserProfile?: PlaytimeUserProfile;
            userId?: string;
        }

        An object to pass additional options to the Playtime SDK when initializing.

      • OptionaluaNetwork: string

        The uaNetwork value

      • OptionaluaChannel: string

        The uaChannel value

      Returns Promise<void>