Package 

Enum PushNotificationType

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

    
    public enum PushNotificationType
    
                        

    Defines the possible types the Glia push notification events

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int stringResId
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNKNOWN

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

      TRANSFER

      Triggers when the engagement is transferred to another user.

      MESSAGE

      Triggers when a chat message is sent.

      FAILED

      Triggers when the engagement request ends without resulting in an engagement.

      END

      Triggers when an engagement ends.

      START

      Triggers when an engagement starts.