summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-01-25 17:25:21 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-01-25 17:25:21 -0800
commita8da057b1934bca241514be04c717b905bb844cc (patch)
tree68fe15ba68522aecc12f8e0b08e4f60496d57ce0
parente96cdafd135f4b01f26fc9732e5b1ee435cc1629 (diff)
downloadsdl_ios-a8da057b1934bca241514be04c717b905bb844cc.tar.gz
Adding a note about stopping SDLManager.
-rw-r--r--SmartDeviceLink/SDLManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLManager.h b/SmartDeviceLink/SDLManager.h
index eb10f88d3..8aa96d9f2 100644
--- a/SmartDeviceLink/SDLManager.h
+++ b/SmartDeviceLink/SDLManager.h
@@ -93,6 +93,8 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
/**
* Stop the manager, it will disconnect if needed and no longer look for a connection. You probably don't need to call this method ever.
+ *
+ * If you do call this method, you must wait for SDLManagerDelegate's managerDidDisconnect callback to call startWithReadyHandler:.
*/
- (void)stop;