Uses of Enum Class
it.auties.whatsapp.api.DisconnectReason
Packages that use DisconnectReason
-
Uses of DisconnectReason in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return DisconnectReasonModifier and TypeMethodDescriptionstatic DisconnectReasonReturns the enum constant of this class with the specified name.static DisconnectReason[]DisconnectReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DisconnectReason in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type DisconnectReasonModifier and TypeMethodDescriptiondefault voidListener.onDisconnected(DisconnectReason reason) Called when the socket successfully disconnects from WhatsappWeb's Socketdefault voidListener.onDisconnected(Whatsapp whatsapp, DisconnectReason reason) Called when the socket successfully disconnects from WhatsappWeb's SocketvoidOnDisconnected.onDisconnected(DisconnectReason reason) Called when the socket successfully disconnects from WhatsappWeb's WebSocketvoidOnWhatsappDisconnected.onDisconnected(Whatsapp whatsapp, DisconnectReason reason) Called when the socket successfully disconnects from WhatsappWeb's WebSocket