Ⓙ Jike SDK
    Preparing search index...

    Interface Preferences

    偏好设置

    interface Preferences {
        autoPlayVideo: boolean;
        blockStrangerPoke: boolean;
        dailyNotificationOn: boolean;
        debugLogOn: boolean;
        enableChatSound: boolean;
        enableOperationPush: boolean;
        enablePictureWatermark: boolean;
        enablePrivateChat: boolean;
        env: string;
        followedNotificationOn: boolean;
        followingUpdatesSortBy: string;
        hideSubscribeTab?: any;
        likeNotificationOn: boolean;
        liveNotificationOn: boolean;
        mentionNotificationOn: boolean;
        openMessageTabOnLaunch: boolean;
        paidMarket?: any;
        privateTopicSubscribe: boolean;
        replyNotificationAllowGroup: string;
        repostWithComment: boolean;
        respectNotificationOn: boolean;
        saveDataUsageMode: boolean;
        subscribeWeatherForecast: boolean;
        syncCommentToPersonalActivity: boolean;
        tabOnLaunch: string;
        topicPushSettings: string;
        topicTagGuideOn: boolean;
        undiscoverableByPhoneNumber: boolean;
        undiscoverableByWeiboUser?: any;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • Preferences

    Indexable

    • [key: string]: any
    Index

    Properties

    autoPlayVideo: boolean
    blockStrangerPoke: boolean
    dailyNotificationOn: boolean
    debugLogOn: boolean
    enableChatSound: boolean
    enableOperationPush: boolean
    enablePictureWatermark: boolean
    enablePrivateChat: boolean
    env: string
    followedNotificationOn: boolean
    followingUpdatesSortBy: string
    hideSubscribeTab?: any
    likeNotificationOn: boolean
    liveNotificationOn: boolean
    mentionNotificationOn: boolean
    openMessageTabOnLaunch: boolean
    paidMarket?: any
    privateTopicSubscribe: boolean
    replyNotificationAllowGroup: string
    repostWithComment: boolean
    respectNotificationOn: boolean
    saveDataUsageMode: boolean
    subscribeWeatherForecast: boolean
    syncCommentToPersonalActivity: boolean
    tabOnLaunch: string
    topicPushSettings: string
    topicTagGuideOn: boolean
    undiscoverableByPhoneNumber: boolean
    undiscoverableByWeiboUser?: any