偏好设置

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;
}

Hierarchy

  • Record<string, any>
    • Preferences

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