Uses of Enum Class
tigase.push.apns.APNsBinaryApiProvider.NotificationType
Packages that use APNsBinaryApiProvider.NotificationType
-
Uses of APNsBinaryApiProvider.NotificationType in tigase.push.apns
Subclasses with type arguments of type APNsBinaryApiProvider.NotificationType in tigase.push.apnsMethods in tigase.push.apns that return APNsBinaryApiProvider.NotificationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.APNsBinaryApiProvider.NotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.push.apns with parameters of type APNsBinaryApiProvider.NotificationTypeModifier and TypeMethodDescriptionprotected ApnsPayload.BuilderAPNsBinaryApiProvider.preparePayload(ApnsPayload.Builder builder, INotification notification, APNsBinaryApiProvider.NotificationType notificationType) protected ApnsPayload.BuilderAPNsBinaryApiProvider.preparePlainPayload(ApnsPayload.Builder builder, IPlainNotification notification, APNsBinaryApiProvider.NotificationType notificationType)