Uses of Enum Class
it.auties.whatsapp.model.call.CallStatus
Packages that use CallStatus
-
Uses of CallStatus in it.auties.whatsapp.model.call
Fields in it.auties.whatsapp.model.call declared as CallStatusModifier and TypeFieldDescriptionprivate final CallStatusCall.statusThe field for thestatusrecord component.Methods in it.auties.whatsapp.model.call that return CallStatusModifier and TypeMethodDescriptionCall.status()Returns the value of thestatusrecord component.static CallStatusReturns the enum constant of this class with the specified name.static CallStatus[]CallStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in it.auties.whatsapp.model.call with parameters of type CallStatusModifierConstructorDescriptionCall(Jid chat, Jid caller, String id, ZonedDateTime time, boolean video, CallStatus status, boolean offline) Creates an instance of aCallrecord class.