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

    Interface PlaytimeExtension

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

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

    Properties

    subId1?: null | string

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

    subId2?: null | string

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

    subId3?: null | string

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

    subId4?: null | string

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

    subId5?: null | string

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