summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaManager.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-10-17 15:01:49 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-10-17 15:01:49 -0400
commite301fac59fb0ccd37c493942462c55cc9e3f32f5 (patch)
tree21bba8a72d20fc77da4a06be9956c37b0af34304 /SmartDeviceLink/SDLStreamingMediaManager.h
parent5a681ede9d0bd7ba5b130da5c24a1b15148377d9 (diff)
downloadsdl_ios-e301fac59fb0ccd37c493942462c55cc9e3f32f5.tar.gz
Rename focusable item based stuff
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index b3cc34ec1..07d06d1fb 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -16,7 +16,7 @@
@class SDLTouchManager;
@class SDLVideoStreamingFormat;
-@protocol SDLHapticInterface;
+@protocol SDLFocusableItemLocatorType;
@protocol SDLConnectionManagerType;
NS_ASSUME_NONNULL_BEGIN
@@ -33,7 +33,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
A haptic interface that can be updated to reparse views within the window you've provided. Send a `SDLDidUpdateProjectionView` notification or call the `updateInterfaceLayout` method to reparse. The "output" of this haptic interface occurs in the `touchManager` property where it will call the delegate.
*/
-@property (nonatomic, strong, readonly, nullable) id<SDLHapticInterface> hapticInterface;
+@property (nonatomic, strong, readonly, nullable) id<SDLFocusableItemLocatorType> focusableItemManager;
/**
* Whether or not video streaming is supported