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

    Interface PlaytimeCampaign

    The model that represents a campaign and/or installed application.

    interface PlaytimeCampaign {
        appBundleID?: null | string;
        appCategory?: null | string;
        appDescription: string;
        appID: string;
        appName: string;
        appStoreID?: null | string;
        campaignExpiresAt?: null | string;
        campaignType?: null | string;
        campaignUUID?: null | string;
        eventConfig?: null | PlaytimeEventConfig;
        featuredPosition?: null | number;
        iconImage?: null | string;
        image?: null | PlaytimeMedia;
        installedAt?: null | string;
        isCompleted?: null | boolean;
        promotion?: null | PlaytimePromotion;
        rewardingExpiresAfter?: null | number;
        rewardingExpiresAt?: null | string;
        score?: null | number;
        uninstalledAt?: null | string;
        video?: null | PlaytimeMedia;
    }
    Index

    Properties

    appBundleID?: null | string

    On iOS, it’s the ID in the format com.example.myapp.

    appCategory?: null | string

    App category.

    appDescription: string

    Short description of the app.

    appID: string

    Unique identifier for the app. On Android, it’s represented by a string in the format com.example.myapp. On iOS, it’s App Store ID.

    appName: string

    App name.

    appStoreID?: null | string

    On iOS, it’s application's store ID number that is part of the App Store link.

    campaignExpiresAt?: null | string

    Timestamp (ISO 8601) denoting the maximum amount of time after fetching the campaign that it can be installed.

    campaignType?: null | string

    Campaign type.

    campaignUUID?: null | string

    Campaign UUID

    eventConfig?: null | PlaytimeEventConfig

    Event and rewards configuration.

    featuredPosition?: null | number

    The ordered position for specific featured campaigns.

    iconImage?: null | string

    URL to the campaign icon image.

    image?: null | PlaytimeMedia

    Campaign media assets (portrait & landscape).

    installedAt?: null | string

    App installation timestamp (ISO 8601).

    isCompleted?: null | boolean

    Flag indicating whether all rewards have been collected.

    promotion?: null | PlaytimePromotion

    Active promotion details, if any.

    rewardingExpiresAfter?: null | number

    Time (in days) after which rewards expire after installation.

    rewardingExpiresAt?: null | string

    Expiration timestamp (ISO 8601) denoting how long players can get rewards after installing the app.

    score?: null | number

    The eCPM of the campaign.

    uninstalledAt?: null | string

    App uninstallation timestamp (ISO 8601).

    video?: null | PlaytimeMedia

    Campaign video media assets.