public static final enum

Survey.SurveyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.engagement.Survey.SurveyType

Class Overview

Defines the possible types of the survey.

Summary

Enum Values
Survey.SurveyType  OPERATOR   
Survey.SurveyType  UNKNOWN  Default value, could be received if value returned by server is not supported by current version of SDK. 
Survey.SurveyType  VISITOR   
Public Methods
static Survey.SurveyType valueOf(String name)
final static SurveyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Survey.SurveyType OPERATOR

public static final Survey.SurveyType UNKNOWN

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

public static final Survey.SurveyType VISITOR

Public Methods

public static Survey.SurveyType valueOf (String name)

public static final SurveyType[] values ()