Skip to main content
Version: SDK 5.0.x

Interface InternalPreliminaryRetargetingParameters

interface InternalPreliminaryRetargetingParameters {  
    callbackId: number;
    parameters: RetargetingParametersMap;
    promotion: null | string;
    uri: null | string;
    wasAlreadyInstalled: boolean;
}

Hierarchy

RetargetingParameters
+ InternalPreliminaryRetargetingParameters

Properties

callbackId

callbackId: number

parameters

parameters: RetargetingParametersMap

promotion

promotion: null | string

uri

uri: null | string

wasAlreadyInstalled

wasAlreadyInstalled: boolean