public static final enum

VisitorContext.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.VisitorContext.Type

Class Overview

Defines different types of Visitor context.

See Also

Summary

Enum Values
VisitorContext.Type  PAGE  Allows to display a web page with the URL specified in VisitorContext
Public Methods
static VisitorContext.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final VisitorContext.Type PAGE

Allows to display a web page with the URL specified in VisitorContext.

Public Methods

public static VisitorContext.Type valueOf (String name)

public static final Type[] values ()