im-link-jssdk - v1.1.8
    Preparing search index...

    Interface IMSDKConfig

    SDK初始化配置

    interface IMSDKConfig {
        debug?: boolean;
        id: string;
        token: string;
    }
    Index

    Properties

    Properties

    debug?: boolean

    debug 是否打印日志

    id: string

    小程序 id

    token: string

    小程序 token