Uses of Record Class
it.auties.whatsapp.model.call.Call
Packages that use Call
Package
Description
-
Uses of Call in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return CallModifier and TypeMethodDescriptionprivate CallWhatsapp.onCallSent(JidProvider provider, String callId, Node result) Methods in it.auties.whatsapp.api that return types with arguments of type CallModifier and TypeMethodDescriptionprivate CompletableFuture<Call> Whatsapp.sendCallMessage(JidProvider provider) Whatsapp.startCall(JidProvider contact) Starts a call with a contact Mobile API onlyMethods in it.auties.whatsapp.api with parameters of type CallModifier and TypeMethodDescriptionRejects an incoming call or stops an active call Mobile API only -
Uses of Call in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type CallModifier and TypeFieldDescription(package private) final ConcurrentHashMap<String, Call> Store.callsThe non-null map of callsprivate ConcurrentHashMap<String, Call> StoreBuilder.callsMethods in it.auties.whatsapp.controller that return types with arguments of type CallModifier and TypeMethodDescriptionAdds a call to the storeStore.calls()Returns all the calls registeredStore.findCallById(String callId) Finds a call by idMethods in it.auties.whatsapp.controller with parameters of type CallModifier and TypeMethodDescriptionAdds a call to the storeMethod parameters in it.auties.whatsapp.controller with type arguments of type Call -
Uses of Call in it.auties.whatsapp.listener
Methods in it.auties.whatsapp.listener with parameters of type CallModifier and TypeMethodDescriptiondefault voidCalled when a phone call arrivesdefault voidCalled when a phone call arrivesvoidCalled when a phone call arrivesvoidCalled when a phone call arrives -
Uses of Call in it.auties.whatsapp.model.call
Methods in it.auties.whatsapp.model.call that return CallMethods in it.auties.whatsapp.model.call with parameters of type Call