public final class DisplayInterface extends Interface
| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayInterface.Builder
Builder used to construct a new
DisplayInterface. |
| Modifier and Type | Field and Description |
|---|---|
static Class<DisplayState> |
STATE_TYPE
The type of state returned for this interface, to be passed in as the second argument for
Context#getState(Interface, State<Interface>). |
| Modifier and Type | Method and Description |
|---|---|
static DisplayInterface.Builder |
builder()
Returns a new builder instance used to construct a new
DisplayInterface. |
String |
getMarkupVersion()
Returns the current supported
markupVersion. |
String |
getTemplateVersion()
Returns the current supported
templateVersion. |
public static final Class<DisplayState> STATE_TYPE
Context#getState(Interface, State<Interface>).public static DisplayInterface.Builder builder()
DisplayInterface.public String getTemplateVersion()
templateVersion.public String getMarkupVersion()
markupVersion.Copyright © 2017. All rights reserved.