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

    Interface PlaytimeRewardActionMultiplier

    interface PlaytimeRewardActionMultiplier {
        eventDescription?: string | null;
        eventName?: string | null;
        multiplierFactorPercentage?: number | null;
        multiplierLevels?: number | null;
        status?: string | null;
        usedLevels?: number | null;
    }
    Index

    Properties

    eventDescription?: string | null

    Returns the event's description

    eventName?: string | null

    Return the event's name

    multiplierFactorPercentage?: number | null

    Return the multiplication factor of the coin for the multiplier event. value: 0-100

    multiplierLevels?: number | null

    Returns the maximum number of levels that can be multiplied by the event

    status?: string | null

    Return the status of the multiplied event: "Pending": multiplier events not used yet "Active": multiplier event is currently active "Finished": multiplier event has been used and finished

    usedLevels?: number | null

    Returns the number of levels that has been multiplied by the event