MessageReportTyping Method |
Set or clear the "is typing" chat state. This is a "fire and forget" operation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void ReportTyping(
bool typing
)
Parameters
- typing
- Type: SystemBoolean
True to indicate that the user is typing, false if not.
Remarks
The application should call this method with a value of false when the "is typing" chat state should
be cleared. For instance, when the user leaves the conversation window to do some other work.
See Also