summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKujtim Shala <kshala@ford.com>2018-06-04 16:15:03 +0200
committerGitHub <noreply@github.com>2018-06-04 16:15:03 +0200
commit791944b75314d25ff787d59c7c9d5c0c92f95e24 (patch)
tree20edbb06cac884e91a5c842873004f3a90fe6138
parent545da2b267173b40da6761165f389953061b43d9 (diff)
downloadsdl_ios-791944b75314d25ff787d59c7c9d5c0c92f95e24.tar.gz
Adding video suspended notification #2
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManagerConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManagerConstants.m b/SmartDeviceLink/SDLStreamingMediaManagerConstants.m
index f9be99fef..f80107e25 100644
--- a/SmartDeviceLink/SDLStreamingMediaManagerConstants.m
+++ b/SmartDeviceLink/SDLStreamingMediaManagerConstants.m
@@ -13,6 +13,7 @@ CGSize const SDLDefaultScreenSize = {0, 0};
NSString *const SDLVideoStreamDidStartNotification = @"com.sdl.videoStreamDidStart";
NSString *const SDLVideoStreamDidStopNotification = @"com.sdl.videoStreamDidStop";
+NSString *const SDLVideoStreamSuspendedNotification = @"com.sdl.videoStreamSuspended";
NSString *const SDLAudioStreamDidStartNotification = @"com.sdl.audioStreamDidStart";
NSString *const SDLAudioStreamDidStopNotification = @"com.sdl.audioStreamDidStop";