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 TypeFieldDescriptionprivate final ConcurrentHashMap<String, Call> Store.callsThe non-null map of callsMethods in it.auties.whatsapp.controller that return types with arguments of type CallModifier and TypeMethodDescriptionAdds a call to the storeStore.findCallById(String callId) Finds a call by idMethods in it.auties.whatsapp.controller with parameters 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