This data structure is part of the Friends Interface.
Remarks
Structure containing information about a friend status update.
Properties
EOS_Friends_OnFriendsUpdateInfo
Property | Value |
---|---|
void* ClientData | Client-specified data passed into EOS_Friends_AddNotifyFriendsUpdate |
EOS_EpicAccountId LocalUserId | The Epic Account ID of the local user who is receiving the update |
EOS_EpicAccountId TargetUserId | The Epic Account ID of the user whose status is being updated. |
EOS_EFriendsStatus PreviousStatus | The previous status of the user. |
EOS_EFriendsStatus CurrentStatus | The current status of the user. |