Class EOS_PresenceModification

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.presence.EOS_PresenceModification
All Implemented Interfaces:
com.sun.jna.NativeMapped, AutoCloseable

public class EOS_PresenceModification extends com.sun.jna.PointerType implements AutoCloseable
To modify your own presence, you must call EOS_Presence_CreatePresenceModification to create a Presence Modification handle. To modify that handle, call EOS_PresenceModification_* methods. Once you are finished, call EOS_Presence_SetPresence with your handle. You must then release your Presence Modification handle by calling release().
Since:
8/22/2023