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

    Interface PlaytimeCashbackConfig

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

    Properties

    cashbackDescription?: string | null

    Description of the cashback reward.

    completedRewards?: PlaytimeCashbackReward | null

    Info on completed cashback rewards.

    exchangeRate?: number | null

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

    maxLimitPerCampaignCoins?: number | null

    Limit of coins available as cashback reward.

    maxLimitPerCampaignUSD?: number | null

    Limit of USD available as cashback reward.

    pendingRewards?: PlaytimeCashbackReward | null

    Info on pending cashback rewards.