Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface representing the server response from the subscribeToTopic() and {@link admin.messaging.Messaging#unsubscribeFromTopic unsubscribeFromTopic()} methods.

See Manage topics from the server for code samples and detailed documentation.

Hierarchy

  • MessagingTopicManagementResponse

Index

Properties

errors

An array of errors corresponding to the provided registration token(s). The length of this array will be equal to failureCount.

failureCount

failureCount: number

The number of registration tokens that could not be subscribed to the topic and resulted in an error.

successCount

successCount: number

The number of registration tokens that were successfully subscribed to the topic.

Generated using TypeDoc