public class SystemInterface extends Interface
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemInterface.Builder
Builder used to construct a new
SystemInterface. |
| Modifier and Type | Field and Description |
|---|---|
static Class<SystemState> |
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 SystemInterface.Builder |
builder()
Returns a new builder instance used to construct a new
SystemInterface. |
public static final Class<SystemState> STATE_TYPE
Context#getState(Interface, State<Interface>).public static SystemInterface.Builder builder()
SystemInterface.Copyright © 2016. All rights reserved.