public class

VisitorContext

extends Object
java.lang.Object
   ↳ com.glia.androidsdk.VisitorContext

Class Overview

Represents Visitor current content inside the app.

This information is displayed to the Operator during Engagement which lets Operator to make faster and more accurate decisions on how to provide help to the Visitor.

Summary

Nested Classes
enum VisitorContext.Type Defines different types of Visitor context. 
Public Constructors
VisitorContext(VisitorContext.Type type, String url)
Public Methods
VisitorContext.Type getType()
String getUrl()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VisitorContext (VisitorContext.Type type, String url)

Public Methods

public VisitorContext.Type getType ()

public String getUrl ()