Package host.anzo.eossdk.eos.sdk.common
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 Summary
FieldsFields inherited from class com.sun.jna.NativeLong
SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringMethods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
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
-