Modifier and Type | Method and Description |
---|---|
Application |
Service.createApplication(String id,
String channelId)
Create an application with the given app and channel id.
|
Application |
Service.createApplication(String id,
String channelId,
Map<String,Object> startArgs)
Create an application with the given app and channel id.
|
Application |
Service.createApplication(Uri uri,
String channelId)
Create an application with the given uri and channel id.
|
Application |
Service.createApplication(Uri uri,
String channelId,
Map<String,Object> startArgs)
Create an application with the given uri and channel id.
|