Skip to main content

AnalyticsApiClient

com.notificationhub.sdk.client.AnalyticsApiClient — accessed via client.analytics().

Methods

getMetrics

Map<String, Object> getMetrics() throws NotificationHubException

getAuditLogs

List<Map<String, Object>> getAuditLogs(int limit, int offset) throws NotificationHubException

getDeadLetterQueue

List<Map<String, Object>> getDeadLetterQueue(int limit, int offset) throws NotificationHubException

getDlqEntry

Map<String, Object> getDlqEntry(UUID dlqId) throws NotificationHubException

retryFailedNotification

Map<String, String> retryFailedNotification(UUID dlqId) throws NotificationHubException

Retries a failed notification found in the dead-letter queue.