summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2019-07-16 10:25:14 -0400
committerBrettyWhite <geekman3454@protonmail.com>2019-07-16 10:25:14 -0400
commit95a7cc6d9978499e540b036d758c08c98f4fbb68 (patch)
treeea6b7a5e30bdd3b7ccb103efe452cf94a5ffc9ad
parenta2b23026eaa4116d028ed40ba81d92aa862508b1 (diff)
downloadsdl_android-95a7cc6d9978499e540b036d758c08c98f4fbb68.tar.gz
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/PublishAppService.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/PublishAppService.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/PublishAppService.java
index 383d22430..35587c289 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/PublishAppService.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/PublishAppService.java
@@ -39,7 +39,8 @@ import com.smartdevicelink.proxy.RPCRequest;
import java.util.Hashtable;
/**
- * Registers a service offered by this app on the module
+ * Registers a service offered by this app on the module.
+ * Subsequent calls with the same service type will update the manifest for that service.
*/
public class PublishAppService extends RPCRequest {
@@ -75,6 +76,7 @@ public class PublishAppService extends RPCRequest {
/**
* The manifest of the service that wishes to be published.
+ * If already published, the updated manifest for this service.
* @param serviceManifest - the App Service Manifest
*/
public void setAppServiceManifest(@NonNull AppServiceManifest serviceManifest){
@@ -83,6 +85,7 @@ public class PublishAppService extends RPCRequest {
/**
* The manifest of the service that wishes to be published.
+ * If already published, the updated manifest for this service.
* @return serviceManifest - the App Service Manifest
*/
public AppServiceManifest getAppServiceManifest(){