summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h')
-rw-r--r--src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h b/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h
index 3ec216de2..58c9dc8de 100644
--- a/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h
+++ b/src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_button_request.h
@@ -64,6 +64,12 @@ class UnsubscribeButtonRequest : public CommandRequestImpl {
virtual void Run();
private:
+ /**
+ * @brief Sends ButtonSubscription notification
+ * to notify HMI that app unsubscribed from the button.
+ */
+ void SendUnsubscribeButtonNotification();
+
DISALLOW_COPY_AND_ASSIGN(UnsubscribeButtonRequest);
};