summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLChoiceSetDelegate.h
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-11-04 09:34:57 -0500
committerJustin Gluck <justin.gluck@livio.io>2019-11-04 09:34:57 -0500
commit0e73ef395db0174c977a186429a4f61c0db1bccd (patch)
tree15b9d21f39031a082b323e9377af838b1f4b96a8 /SmartDeviceLink/SDLChoiceSetDelegate.h
parent07fa2de016c15749bea55af48ee7fb3f4ffddf2c (diff)
downloadsdl_ios-0e73ef395db0174c977a186429a4f61c0db1bccd.tar.gz
small isues
Diffstat (limited to 'SmartDeviceLink/SDLChoiceSetDelegate.h')
-rw-r--r--SmartDeviceLink/SDLChoiceSetDelegate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLChoiceSetDelegate.h b/SmartDeviceLink/SDLChoiceSetDelegate.h
index 7ff4b0b40..de7573e95 100644
--- a/SmartDeviceLink/SDLChoiceSetDelegate.h
+++ b/SmartDeviceLink/SDLChoiceSetDelegate.h
@@ -15,10 +15,10 @@
NS_ASSUME_NONNULL_BEGIN
-/// Delegate for the the SDLChoiceSet.
+/// Delegate for the the SDLChoiceSet. Contains methods that get called when an action is taken on a choice cell.
@protocol SDLChoiceSetDelegate <NSObject>
-/// Delegate method called after a choice set item was selected
+/// Delegate method called after a choice set item is selected
///
/// @param choiceSet The choice set displayed
/// @param choice The item selected
@@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
/// Delegate method called on an error
///
-/// @param choiceSet TSDLAudioStreamManager.hhe choice set displayed
+/// @param choiceSet The choice set
/// @param error The error
- (void)choiceSet:(SDLChoiceSet *)choiceSet didReceiveError:(NSError *)error;