react-native-adjoe-sdk-4.1.0
    Preparing search index...

    Interface PlaytimeOptions

    The options passed to Playtime methods.

    interface PlaytimeOptions {
        extensions?: PlaytimeExtension | null;
        params?: PlaytimeParams | null;
        sdkHash?: string | null;
        tokens?: string[] | null;
        userId?: string | null;
        userProfile?: PlaytimeUserProfile | null;
    }
    Index

    Properties

    extensions?: PlaytimeExtension | null

    Extension IDs visible in S2S payouts.

    params?: PlaytimeParams | null

    User acquisition parameters.

    sdkHash?: string | null

    The SDK hash for initialization.

    tokens?: string[] | null

    A list of tokens.

    userId?: string | null

    A custom identifier you must assign to each user.

    userProfile?: PlaytimeUserProfile | null

    User profile for targeting.