interface ConvivaConfiguration {
    customerKey: string;
    debug?: boolean;
    gatewayUrl?: string;
}

Properties

customerKey: string
debug?: boolean
gatewayUrl?: string

Generated using TypeDoc