Package com.zello.sdk
Class MessageOut
java.lang.Object
com.zello.sdk.MessageOut
The
MessageOut
class represents an outgoing voice message.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getTo()
Returns the instance of theContact
that the outgoing message is being sent to.boolean
isActive()
Determines if theMessageOut
is currently in progress or not.boolean
Determines if a connection is currently being established between the user and the recipient.void
reset()
Resets theMessageOut
instance back to the default values.
-
Constructor Details
-
MessageOut
public MessageOut()
-
-
Method Details
-
reset
public void reset()Resets the
MessageOut
instance back to the default values.This method does not affect the state of the outgoing message to the Zello Work app. This method only resets the values for this copied instance of the
MessageOut
. -
clone
-
getTo
Returns the instance of the
Contact
that the outgoing message is being sent to.- Returns:
- The
Contact
receiving the message.
-
isActive
public boolean isActive()Determines if the
MessageOut
is currently in progress or not.- Returns:
- boolean indicating if the outgoing message is currently active.
-
isConnecting
public boolean isConnecting()Determines if a connection is currently being established between the user and the recipient.
- Returns:
- boolean indicating if the Contacts are connecting.
-