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

    Interface PlaytimePromotion

    Promotion representation.

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

    Properties

    boostFactor?: number | null

    Boost multiplier for the promotion.

    endTime?: string | null

    Promotion end timestamp (ISO 8601).

    name?: string | null

    Promotion name.

    promotionDescription?: string | null

    Description of the promotion.

    startTime?: string | null

    Promotion start timestamp (ISO 8601).

    targetingType?: string | null

    Targeting type for high quality users.