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

    Interface PlaytimePromotion

    Promotion representation.

    interface PlaytimePromotion {
        boostFactor?: null | number;
        endTime?: null | string;
        name?: null | string;
        promotionDescription?: null | string;
        startTime?: null | string;
        targetingType?: null | string;
    }
    Index

    Properties

    boostFactor?: null | number

    Boost multiplier for the promotion.

    endTime?: null | string

    Promotion end timestamp (ISO 8601).

    name?: null | string

    Promotion name.

    promotionDescription?: null | string

    Description of the promotion.

    startTime?: null | string

    Promotion start timestamp (ISO 8601).

    targetingType?: null | string

    Targeting type for high quality users.