airbridge-web-sdk
    Preparing search index...

    Type Alias SetDeeplinksOptions

    type SetDeeplinksOptions = {
        buttonID: string | string[];
        deeplinks?: DeeplinkOptions["deeplinks"];
        fallbacks?: DeeplinkOptions["fallbacks"];
        defaultParams?: PlacementParameters["defaultParams"];
        ctaParams?: PlacementParameters["ctaParams"];
        redirect?: boolean;
        desktopPopUp?: boolean;
    }
    Index

    Properties

    buttonID: string | string[]

    The button ID(s) to add the click event.

    redirect?: boolean

    Whether to open the application directly without the user gesture.
    If set to true, opens the application directly without the user gesture.
    If set to false, opens the application after the user gesture in the click event.

    false
    
    desktopPopUp?: boolean

    Whether to open the application in new window on desktop environment.
    If set to true, opens the application in new window on desktop environment.

    false