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 theContactthat the outgoing message is being sent to.booleanisActive()Determines if theMessageOutis currently in progress or not.booleanDetermines if a connection is currently being established between the user and the recipient.voidreset()Resets theMessageOutinstance back to the default values.
-
Constructor Details
-
MessageOut
public MessageOut()
-
-
Method Details
-
reset
public void reset()Resets the
MessageOutinstance 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
Contactthat the outgoing message is being sent to.- Returns:
- The
Contactreceiving the message.
-
isActive
public boolean isActive()Determines if the
MessageOutis 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.
-