// Add a user to the blocklistV2TimValueCallback<List<V2TimFriendOperationResult>> addBlackList = await friendshipManager.addToBlackList(userIDList: ['user1']);
deleteFromBlackList (Details) to remove a user from the blocklist, after which messages from the user can be received.// Remove a user from the blocklistV2TimValueCallback<List<V2TimFriendOperationResult>> deleteBlackList = await friendshipManager.deleteFromBlackList(userIDList: ['user1']);
// Get the blocklistV2TimValueCallback<List<V2TimFriendInfo>> blacklist = await friendshipManager.getBlackList();
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários