Package 

Enum EngagementRequest.Outcome

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum EngagementRequest.Outcome
    
                        

    Possible Engagement Request outcomes. Some outcomes are expected only for specific Engagement Requests.For example: only initializator of the Engagement Request can cancel it.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      REJECTED

      The target of Engagement Request declined it.

      ACCEPTED

      The target of Engagement Request accepted it.

      VISITOR_CANCELED

      Creator of Engagement Request (Visitor) canceled it.

      OPERATOR_CANCELED

      Creator of Engagement Request (Operator) canceled it.

      TIMEOUT

      No other outcome have been reached within allocated time frame andEngagement Request has been automatically terminated.

      OPERATOR_LEFT

      Operator of this Engagement Request is no longer available.

      VISITOR_LEFT

      Visitor of this Engagement Request is no longer available

      UNKNOWN

      Default value, could be received if value returned by server is not supported by current version of SDK