public static final enum

PageView.MatchType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.usebutton.sdk.pageview.PageView.MatchType

Class Overview

Enumeration Representing the MatchType object from response JSON

Summary

Enum Values
PageView.MatchType  ORDER_CHECKOUT   
PageView.MatchType  PRODUCT_VIEWED   
PageView.MatchType  UNKNOWN   
Public Methods
static PageView.MatchType getType(String matchType)
Return the match type based on the string input
static PageView.MatchType valueOf(String name)
final static MatchType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PageView.MatchType ORDER_CHECKOUT

public static final PageView.MatchType PRODUCT_VIEWED

public static final PageView.MatchType UNKNOWN

Public Methods

public static PageView.MatchType getType (String matchType)

Return the match type based on the string input

Parameters
matchType String representing of a PageView.MatchType

public static PageView.MatchType valueOf (String name)

public static final MatchType[] values ()