Interface OnExternalTemplateId
public interface OnExternalTemplateId
Reserved template id constants used by the external server for internal operations.
Negative values are reserved so they do not collide with user-defined template ids. Each constant identifies a specific built-in operation type.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-09-11
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTemplate id for updating user session attachment data.static final intTemplate id for checking whether a user already exists on the external server.static final intTemplate id for forcibly disconnecting (kicking) a user.static final intTemplate id for setting (binding) a user id to a session.
-
Field Details
-
existUser
static final int existUserTemplate id for checking whether a user already exists on the external server.- See Also:
-
forcedOffline
static final int forcedOfflineTemplate id for forcibly disconnecting (kicking) a user.- See Also:
-
attachmentUpdate
static final int attachmentUpdateTemplate id for updating user session attachment data.- See Also:
-
settingUserId
static final int settingUserIdTemplate id for setting (binding) a user id to a session.- See Also:
-