summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-07-06 14:55:25 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-07-06 14:55:25 -0400
commit6a9b93efcf87610256fe972ed7a6581596709f20 (patch)
tree06fbf0a734c59738578b923e3450a2d1b963a361 /README.md
parent3bf1faaf7a4f14fbf592b9acff34fdf46f9c43ae (diff)
downloadsdl_ios-6a9b93efcf87610256fe972ed7a6581596709f20.tar.gz
Update for v4.1.44.1.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e9989c41..89ae74821 100644
--- a/README.md
+++ b/README.md
@@ -190,7 +190,7 @@ self.proxy = nil;
```
#### onOnHMIStatus
-When your app receives `onOnHMIStatus` it has changed HMI states on the head unit. For example, your application can be put into `HMI_FULL` meaning that it has full access to the vehicle screen. For more info on HMI Levels, [see the Cocoadoc documentation on the enum](http://cocoadocs.org/docsets/SmartDeviceLink-iOS/4.1.3/Classes/SDLHMILevel.html).
+When your app receives `onOnHMIStatus` it has changed HMI states on the head unit. For example, your application can be put into `HMI_FULL` meaning that it has full access to the vehicle screen. For more info on HMI Levels, [see the Cocoadoc documentation on the enum](http://cocoadocs.org/docsets/SmartDeviceLink-iOS/4.1.4/Classes/SDLHMILevel.html).
You will want to track your first HMI FULL, for instance with a boolean value. The example application has extremely basic tracking of this type in the `onOnHMIStatus` callback.