public interface

VisitorInfo

com.glia.androidsdk.visitor.VisitorInfo

Class Overview

Provide Visitor information

Summary

Public Methods
abstract Boolean getBanned()
Shows if the visitor is banned from the site
abstract getCustomAttributes()
The notes associated with the visitor
abstract String getEmail()
The visitor's email address
abstract String getGeneratedName()
Automatically generated visitor name
abstract String getHref()
The visitor's information URL.
abstract String getId()
The unique ID of the visitor
abstract String getName()
The visitor's name
abstract String getNote()
Notes related to the visitor
abstract String getPhone()
The visitor's phone number

Public Methods

public abstract Boolean getBanned ()

Shows if the visitor is banned from the site

public abstract getCustomAttributes ()

The notes associated with the visitor

public abstract String getEmail ()

The visitor's email address

public abstract String getGeneratedName ()

Automatically generated visitor name

public abstract String getHref ()

The visitor's information URL.

public abstract String getId ()

The unique ID of the visitor

public abstract String getName ()

The visitor's name

public abstract String getNote ()

Notes related to the visitor

public abstract String getPhone ()

The visitor's phone number