Uses of Class
it.auties.whatsapp.controller.Controller
Packages that use Controller
-
Uses of Controller in it.auties.whatsapp.controller
Classes in it.auties.whatsapp.controller with type parameters of type ControllerModifier and TypeClassDescriptionclassController<T extends Controller<T>>This interface represents is implemented by all WhatsappWeb4J's controllers.Subclasses of Controller in it.auties.whatsapp.controllerModifier and TypeClassDescriptionfinal classThis controller holds the cryptographic-related data regarding a WhatsappWeb sessionfinal classThis controller holds the user-related data regarding a WhatsappWeb sessionMethods in it.auties.whatsapp.controller with parameters of type ControllerModifier and TypeMethodDescriptionvoidControllerSerializer.deleteSession(Controller<?> controller) Deletes a sessionvoidDiscardingControllerSerializer.deleteSession(Controller<?> controller) voidProtobufControllerSerializer.deleteSession(Controller<?> controller) default voidControllerSerializer.linkMetadata(Controller<?> controller) Creates a link between the session and its metadata, usually phone number and aliasvoidProtobufControllerSerializer.linkMetadata(Controller<?> controller)