tencent cloud

All product documents
Chat
TUIContact
Last updated: 2025-01-21 18:08:22
TUIContact
Last updated: 2025-01-21 18:08:22
The following will guide you through how to hide the contact setting options.

Hide contact setting options

API Function: Hide Contact Settings Options. This setting is effective for all contacts.
API prototype:
// FriendConfig.java
public static final int ALIAS = 1;
public static final int MUTE_AND_PIN = 2;
public static final int BACKGROUND = 3;
public static final int BLOCK = 4;
public static final int CLEAR_CHAT_HISTORY = 5;
public static final int DELETE = 6;
public static final int ADD_FRIEND = 7;

@IntDef({ALIAS, MUTE_AND_PIN, BACKGROUND, BLOCK, CLEAR_CHAT_HISTORY, DELETE, ADD_FRIEND})
private @interface Items {}

/**
* Hide items in contact config interface.
*/
public static void hideItemsInContactConfig(@Items int... items)
Sample code:
// When to call: Before initializing contact setting interface.
// Valid for contacts.
FriendConfig.hideItemsInContactConfig(FriendConfig.BLOCK,
FriendConfig.CLEAR_CHAT_HISTORY,
FriendConfig.DELETE);
// Valid for strange users who have not been added to the contact.
FriendConfig.hideItemsInContactConfig(FriendConfig.ADD_FRIEND);
Result of Contact Settings:
Hide Partial Options
Hide All Options
Default

Loading…



Loading…



Loading…


Result of Users Not Yet Added to Contacts:
Hide Adding Friends
Default

Loading…



Loading…


Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon