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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Template id for updating user session attachment data.
    static final int
    Template id for checking whether a user already exists on the external server.
    static final int
    Template id for forcibly disconnecting (kicking) a user.
    static final int
    Template id for setting (binding) a user id to a session.
  • Field Details

    • existUser

      static final int existUser
      Template id for checking whether a user already exists on the external server.
      See Also:
    • forcedOffline

      static final int forcedOffline
      Template id for forcibly disconnecting (kicking) a user.
      See Also:
    • attachmentUpdate

      static final int attachmentUpdate
      Template id for updating user session attachment data.
      See Also:
    • settingUserId

      static final int settingUserId
      Template id for setting (binding) a user id to a session.
      See Also: