Uses of Enum Class
it.auties.whatsapp.api.SocketEvent
Packages that use SocketEvent
-
Uses of SocketEvent in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return SocketEventModifier and TypeMethodDescriptionstatic SocketEventReturns the enum constant of this class with the specified name.static SocketEvent[]SocketEvent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SocketEvent in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type SocketEventModifier and TypeMethodDescriptiondefault voidListener.onSocketEvent(SocketEvent event) Called when an event regarding the underlying is fireddefault voidListener.onSocketEvent(Whatsapp whatsapp, SocketEvent event) Called when an event regarding the underlying is firedvoidOnSocketEvent.onSocketEvent(SocketEvent event) Called when an event regarding the underlying is firedvoidOnWhatsappSocketEvent.onSocketEvent(Whatsapp whatsapp, SocketEvent event) Called when an event regarding the underlying is fired