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

    Interface PlaytimeParams

    The parameters related to User acquisition metadata.

    interface PlaytimeParams {
        placement?: string | null;
        uaChannel?: string | null;
        uaNetwork?: string | null;
        uaSubPublisherCleartext?: string | null;
        uaSubPublisherEncrypted?: string | null;
    }
    Index

    Properties

    placement?: string | null

    The placement of the Playtime experience; e.g. “home screen”, “more options menu”.

    uaChannel?: string | null

    User acquisition channel where the user came from; e.g. video, offerwall.

    uaNetwork?: string | null

    User acquisition network where the user came from.

    uaSubPublisherCleartext?: string | null

    User acquisition sub ID in clear text where the user came from.

    uaSubPublisherEncrypted?: string | null

    User acquisition sub ID in encrypted form where the user came from.