public abstract class Template extends Object
A number of templates are available for each category of template. The templates vary in the size, number, and positioning of the text and images, and the scrolling of lists.
| Modifier and Type | Class and Description |
|---|---|
static class |
Template.BackButtonBehavior
Template back button behavior.
|
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
Template.BackButtonBehavior |
getBackButtonBehavior()
Returns whether the template should allow the user to return to the previous template.
|
String |
getToken()
Returns the token.
|
void |
setBackButtonBehavior(Template.BackButtonBehavior backButtonBehavior)
Sets whether the template should allow the user to return to the previous template.
|
void |
setToken(String token)
Sets the token.
|
public String getToken()
public void setToken(String token)
token - the tokenpublic Template.BackButtonBehavior getBackButtonBehavior()
public void setBackButtonBehavior(Template.BackButtonBehavior backButtonBehavior)
backButtonBehavior - behavior of the back buttonCopyright © 2017. All rights reserved.