summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKujtim Shala <kshala@ford.com>2018-06-04 16:13:57 +0200
committerGitHub <noreply@github.com>2018-06-04 16:13:57 +0200
commit545da2b267173b40da6761165f389953061b43d9 (patch)
tree6c2b92bad456f6069e345b77210b1b932e50f94d
parentf54a67da6a80578fb1cbb78782c834d017fb9a28 (diff)
downloadsdl_ios-545da2b267173b40da6761165f389953061b43d9.tar.gz
Adding suspended notification #1
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManagerConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManagerConstants.h b/SmartDeviceLink/SDLStreamingMediaManagerConstants.h
index 0e6cbe88c..b33e19617 100644
--- a/SmartDeviceLink/SDLStreamingMediaManagerConstants.h
+++ b/SmartDeviceLink/SDLStreamingMediaManagerConstants.h
@@ -20,6 +20,7 @@ extern CGSize const SDLDefaultScreenSize;
extern NSString *const SDLVideoStreamDidStartNotification;
extern NSString *const SDLVideoStreamDidStopNotification;
+extern NSString *const SDLVideoStreamSuspendedNotification;
extern NSString *const SDLAudioStreamDidStartNotification;
extern NSString *const SDLAudioStreamDidStopNotification;