DeliverableNotificationManager.AttachNotificationHandler

Syntax:

AttachNotificationHandler(<Procedure>)

Parameters:

<Procedure> (required)

Name of procedure connected as a notification handler.

Description:

Enables the notification receipt handler procedure.
The procedure should have the following parameters:
  • Notification - Object containing data of the notification with only "Text" and "Data" fields filled, while other fields contain default values.
  • Local - Boolean type. True - the notification was created locally by the operating system. False - a push notification was received.
  • Shown - Boolean type. Specifies that the notification was shown to the user by operating system.

Availability:

Mobile application (client).

    

1C:Enterprise Developer's Community