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

    Interface PlaytimeCashbackConfig

    interface PlaytimeCashbackConfig {
        cashbackDescription?: null | string;
        completedRewards?: null | PlaytimeCashbackReward;
        exchangeRate?: null | number;
        maxLimitPerCampaignCoins?: null | number;
        maxLimitPerCampaignUSD?: null | number;
        pendingRewards?: null | PlaytimeCashbackReward;
    }
    Index

    Properties

    cashbackDescription?: null | string

    Description of the cashback reward.

    completedRewards?: null | PlaytimeCashbackReward

    Info on completed cashback rewards.

    exchangeRate?: null | number

    Amount of coins that is to be rewarded per 1 USD of IAP.

    maxLimitPerCampaignCoins?: null | number

    Limit of coins available as cashback reward.

    maxLimitPerCampaignUSD?: null | number

    Limit of USD available as cashback reward.

    pendingRewards?: null | PlaytimeCashbackReward

    Info on pending cashback rewards.