FriendAddEvent

public final class FriendAddEvent

Event data for friend addition.

Constructors

Link copied to clipboard
public FriendAddEvent FriendAddEvent(String userId, String name, String portraitUri, Long operationTime)

Properties

Link copied to clipboard
private final String name

Display name of the friend

Link copied to clipboard
private final Long operationTime

Timestamp of the operation

Link copied to clipboard
private final String portraitUri

Avatar URI of the friend

Link copied to clipboard
private final String userId

The user ID of the friend being added

Functions

Link copied to clipboard
public final String getName()

Display name of the friend

Link copied to clipboard
public final Long getOperationTime()

Timestamp of the operation

Link copied to clipboard
public final String getPortraitUri()

Avatar URI of the friend

Link copied to clipboard
public final String getUserId()

The user ID of the friend being added