public abstract static class Intent.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationId |
appId |
protected Key |
key |
protected int |
priority |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
appId(ApplicationId appId)
Sets the application id for the intent that will be built.
|
Intent.Builder |
key(Key key)
Sets the key for the intent that will be built.
|
Intent.Builder |
priority(int priority)
Sets the priority for the intent that will be built.
|
protected ApplicationId appId
protected Key key
protected int priority
public Intent.Builder appId(ApplicationId appId)
appId - application id to use for built intentpublic Intent.Builder key(Key key)
key - key to use for built intentpublic Intent.Builder priority(int priority)
priority - priority to use for built intentCopyright © 2015. All rights reserved.