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

    Interface PlaytimeRewardActionMultiplier

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

    Properties

    eventDescription?: null | string

    Returns the event's description

    eventName?: null | string

    Return the event's name

    multiplierFactorPercentage?: null | number

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

    multiplierLevels?: null | number

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

    status?: null | string

    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?: null | number

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