DeliverableNotificationSendManager.GetExcludedRecipients

Syntax:

GetExcludedRecipients(<AuthenticationData>, <UseIntermediateService>)

Parameters:

<AuthenticationData> (required)

Type: String; BinaryData; Map.
A certificate file required to connect to "Apple Push Notification Service" can be placed in accordance with the APNS key.
If an intermediate service is used - a passkey to this service.

<UseIntermediateService> (optional)

Type: Boolean.
Indicates an intermediate sending service needs to be used.
Default value: False.

Returned value:

Type: Array.
Array of strings with device identifiers.

Description:

Sends a query to the APNs Feedback service to get a list of device identifiers of subscribers that notifications cannot be delivered to.

Availability:

Thin client, server, thick client, external connection.

    

1C:Enterprise Developer's Community