Ⓙ Jike SDK
    Preparing search index...

    自己的用户信息

    interface MyProfile {
        agreedProtocol?: string[];
        enabledFeatures?: string[];
        tabIcons?: TabIcons;
        user: Entity.Profile;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agreedProtocol?: string[]

    同意的协议,仅自己可见

    enabledFeatures?: string[]

    启用的功能,仅自己可见

    tabIcons?: TabIcons

    底部栏图标信息,仅自己可见

    用户信息