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

    Interface PlaytimeExtension

    This interface is used to pass additional identifiers of the user.

    interface PlaytimeExtension {
        subId1?: string | null;
        subId2?: string | null;
        subId3?: string | null;
        subId4?: string | null;
        subId5?: string | null;
    }
    Index

    Properties

    subId1?: string | null

    An optional identifier that is provided back in the S2S payout URL.

    subId2?: string | null

    An optional identifier that is provided back in the S2S payout URL.

    subId3?: string | null

    An optional identifier that is provided back in the S2S payout URL.

    subId4?: string | null

    An optional identifier that is provided back in the S2S payout URL.

    subId5?: string | null

    An optional identifier that is provided back in the S2S payout URL.