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

    Interface PlaytimeReward

    Holds information about the rewards.

    interface PlaytimeReward {
        alreadySpent: number;
        availableForPayout: number;
        reward: number;
    }
    Index

    Properties

    alreadySpent: number

    Returns the amount of rewards which are available for payout.

    availableForPayout: number

    Returns the amount of rewards that the user has already paid out.

    reward: number

    Returns the overall amount of rewards that the user has collected so far (paid out + available for payout).