Class FriendInfoChangedSyncEvent

  • All Implemented Interfaces:

    
    public final class FriendInfoChangedSyncEvent
    
                        

    Information about friend info synced from another device.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String userId
      private final String remark
      private final Map<String, String> extProfile
      private final Long operationTime
    • Constructor Summary

      Constructors 
      Constructor Description
      FriendInfoChangedSyncEvent(String userId, String remark, Map<String, String> extProfile, Long operationTime)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUserId()
      final String getRemark()
      final Map<String, String> getExtProfile()
      final Long getOperationTime()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FriendInfoChangedSyncEvent

        FriendInfoChangedSyncEvent(String userId, String remark, Map<String, String> extProfile, Long operationTime)
        Parameters:
        userId - User ID
        remark - Friend remark name
        extProfile - Extended profile key-value pairs
        operationTime - Operation timestamp (milliseconds)