summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-07-10 15:01:21 -0400
committerNicoleYarroch <nicole@livio.io>2019-07-10 15:01:21 -0400
commit97b4b871729cc344805a45c066214b997832dd14 (patch)
treeddb3f4c78964c2c96b6f96e517849eedc9510751
parentd6db8f29262d719e525e8cc9ab06745c4b7f7b9b (diff)
downloadsdl_ios-feature/issue_801_close_application_RPC.tar.gz
-rw-r--r--SmartDeviceLink/SDLCloseApplication.h2
-rw-r--r--SmartDeviceLink/SDLCloseApplication.m1
-rw-r--r--SmartDeviceLink/SDLCloseApplicationResponse.h2
-rw-r--r--SmartDeviceLink/SDLProxyListener.h2
4 files changed, 3 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLCloseApplication.h b/SmartDeviceLink/SDLCloseApplication.h
index fd577d240..38418e9b0 100644
--- a/SmartDeviceLink/SDLCloseApplication.h
+++ b/SmartDeviceLink/SDLCloseApplication.h
@@ -11,7 +11,7 @@
NS_ASSUME_NONNULL_BEGIN
/**
- * Used by an app to set itself to a HMILevel of NONE. The app will close but is still registered. If the app is a navigation app it will not be used as the preferred mobile-nav application anymore.
+ * Used by an app to set itself to a `HMILevel` of `NONE`. The app will close but will still be registered. If the app is a navigation app it will no longer be used as the preferred mobile-navigation application by the module.
*/
@interface SDLCloseApplication : SDLRPCRequest
diff --git a/SmartDeviceLink/SDLCloseApplication.m b/SmartDeviceLink/SDLCloseApplication.m
index c8957ff2d..743a70781 100644
--- a/SmartDeviceLink/SDLCloseApplication.m
+++ b/SmartDeviceLink/SDLCloseApplication.m
@@ -9,7 +9,6 @@
#import "SDLCloseApplication.h"
#import "SDLRPCFunctionNames.h"
-
NS_ASSUME_NONNULL_BEGIN
@implementation SDLCloseApplication
diff --git a/SmartDeviceLink/SDLCloseApplicationResponse.h b/SmartDeviceLink/SDLCloseApplicationResponse.h
index 5c44b7e77..a7892930a 100644
--- a/SmartDeviceLink/SDLCloseApplicationResponse.h
+++ b/SmartDeviceLink/SDLCloseApplicationResponse.h
@@ -11,7 +11,7 @@
NS_ASSUME_NONNULL_BEGIN
/**
- * Response to the request to close this app on the module
+ * Response to the request to close this app on the module.
*/
@interface SDLCloseApplicationResponse : SDLRPCResponse
diff --git a/SmartDeviceLink/SDLProxyListener.h b/SmartDeviceLink/SDLProxyListener.h
index 476e7bb20..ea19fde07 100644
--- a/SmartDeviceLink/SDLProxyListener.h
+++ b/SmartDeviceLink/SDLProxyListener.h
@@ -214,7 +214,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)onChangeRegistrationResponse:(SDLChangeRegistrationResponse *)response;
/**
- * Called when a Close Application Response is received from Core
+ * Called when a `CloseApplication` response is received from Core
*
* @param response A SDLCloseApplicationResponse object
*/