Class EOS_NotificationId

java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.NativeLong
host.anzo.eossdk.eos.sdk.common.EOS_NotificationId
All Implemented Interfaces:
com.sun.jna.NativeMapped, Serializable

public class EOS_NotificationId extends com.sun.jna.NativeLong
Handle to an existing registered notification (0 is an invalid handle)
Since:
8/9/2023
See Also:
  • Field Details

    • EOS_INVALID_NOTIFICATIONID

      public static final EOS_NotificationId EOS_INVALID_NOTIFICATIONID
      An invalid notification ID
  • Constructor Details

    • EOS_NotificationId

      public EOS_NotificationId()
    • EOS_NotificationId

      public EOS_NotificationId(long value)
  • Method Details

    • isValid

      public boolean isValid()
      Returns:
      true if it's an invalid notification ID, false otherwise