mazey-wechat-launch-app
    Preparing search index...

    Interface LaunchAppOptions

    interface LaunchAppOptions {
        canContinuousUpdating?: boolean;
        canFireErrorLinkDirectly?: () => boolean;
        canLaunchApp?: (data: any) => boolean;
        canShowWeixinToBrowser?: boolean;
        extInfo?: string;
        genTagPrefixStr?: string;
        isConClosed?: boolean;
        isWxDebug?: boolean;
        launchBtnClassName?: string;
        launchBtnClick?: () => void;
        launchBtnStyle?: string;
        launchBtnText?: string;
        launchContainerQuery?: string;
        launchErrorLink?: string;
        launchReady?: () => void;
        launchShowWeixinToBrowserClassName?: string;
        launchShowWeixinToBrowserImgUrl?: string;
        onMenuShareAppMessageOptions?: MenuShareAppMessageOptions;
        onMenuShareTimelineOptions?: MenuShareTimelineOptions;
        openPlatformMobileAppId?: string;
        openTagList?: string[];
        serviceAccountAppId?: string;
        updateAppMessageShareDataOptions?: UpdateAppMessageShareDataOptions;
        updateTimelineShareDataOptions?: UpdateTimelineShareDataOptions;
        weixinJsSdkTicket?: string;
        wexinServiceAccountAppId?: string;
    }

    Index

    canContinuousUpdating?: boolean
    canFireErrorLinkDirectly?: () => boolean
    canLaunchApp?: (data: any) => boolean
    canShowWeixinToBrowser?: boolean
    extInfo?: string
    genTagPrefixStr?: string
    isConClosed?: boolean
    isWxDebug?: boolean
    launchBtnClassName?: string
    launchBtnClick?: () => void
    launchBtnStyle?: string
    launchBtnText?: string
    launchContainerQuery?: string
    launchErrorLink?: string
    launchReady?: () => void
    launchShowWeixinToBrowserClassName?: string
    launchShowWeixinToBrowserImgUrl?: string
    onMenuShareAppMessageOptions?: MenuShareAppMessageOptions

    Use updateAppMessageShareDataOptions.

    onMenuShareTimelineOptions?: MenuShareTimelineOptions

    Use updateTimelineShareDataOptions.

    openPlatformMobileAppId?: string
    openTagList?: string[]
    serviceAccountAppId?: string
    updateAppMessageShareDataOptions?: UpdateAppMessageShareDataOptions
    updateTimelineShareDataOptions?: UpdateTimelineShareDataOptions
    weixinJsSdkTicket?: string
    wexinServiceAccountAppId?: string