com.windowsazure.messaging.NotificationStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of NotificationHubs Show documentation
Show all versions of NotificationHubs Show documentation
This package contains the JAVA SDK for Azure Notification Hubs.
The newest version!
package com.windowsazure.messaging;
public enum NotificationStatus {
Abandoned,
Canceled,
Completed,
Enqueued,
NoTargetFound,
Processing,
Scheduled,
Unknown,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy