summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLNotificationConstants.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLNotificationConstants.m')
-rw-r--r--SmartDeviceLink/SDLNotificationConstants.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLNotificationConstants.m b/SmartDeviceLink/SDLNotificationConstants.m
index 247e17fb0..fb7a43cca 100644
--- a/SmartDeviceLink/SDLNotificationConstants.m
+++ b/SmartDeviceLink/SDLNotificationConstants.m
@@ -78,6 +78,10 @@ SDLNotificationName const SDLDidReceiveUnsubscribeButtonResponse = @"com.sdl.res
SDLNotificationName const SDLDidReceiveUnsubscribeVehicleDataResponse = @"com.sdl.response.unsubscribeVehicleData";
SDLNotificationName const SDLDidReceiveUnsubscribeWaypointsResponse = @"com.sdl.response.unsubscribeWaypoints";
+#pragma mark - RPC Requests
+SDLNotificationName const SDLDidReceivePerformAppServiceInteractionRequest = @"com.sdl.request.performAppServiceInteraction";
+SDLNotificationName const SDLDidReceiveGetAppServiceDataRequest = @"com.sdl.request.getAppServiceData";
+
#pragma mark - RPC Notifications
SDLNotificationName const SDLDidChangeDriverDistractionStateNotification = @"com.sdl.notification.changeDriverDistractionStateNotification";
SDLNotificationName const SDLDidChangeHMIStatusNotification = @"com.sdl.notification.changeHMIStatus";
@@ -160,10 +164,6 @@ SDLNotificationName const SDLDidReceiveWaypointNotification = @"com.sdl.notifica
SDLDidReceiveUnsubscribeWaypointsResponse];
}
-+ (NSArray<SDLNotificationName> *)allRequestNames {
- return @[];
-}
-
+ (NSArray<SDLNotificationName> *)allButtonEventNotifications {
return @[SDLDidReceiveButtonEventNotification,
SDLDidReceiveButtonPressNotification];