jar

com.hubrick.vertx : vertx-fcm-client

Maven & Gradle

Oct 12, 2017
0 stars

Vert.x FCM client · Vert.x Firebase Cloud Messaging client

Table Of Contents

Latest Version

Download com.hubrick.vertx : vertx-fcm-client JAR file - Latest Versions:

All Versions

Download com.hubrick.vertx : vertx-fcm-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window vertx-fcm-client-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hubrick.vertx.fcm.model.request

├─ com.hubrick.vertx.fcm.model.request.AbstractDeviceGroupRequest.class - [JAR]

├─ com.hubrick.vertx.fcm.model.request.DeviceGroupCreateRequest.class - [JAR]

├─ com.hubrick.vertx.fcm.model.request.DeviceGroupModifyRequest.class - [JAR]

├─ com.hubrick.vertx.fcm.model.request.SendDataMessageRequest.class - [JAR]

├─ com.hubrick.vertx.fcm.model.request.SendMessageRequest.class - [JAR]

├─ com.hubrick.vertx.fcm.model.request.SendNotificationMessageRequest.class - [JAR]

com.hubrick.vertx.fcm.model.response

├─ com.hubrick.vertx.fcm.model.response.DeviceGroupResponse.class - [JAR]

├─ com.hubrick.vertx.fcm.model.response.SendMessageResponse.class - [JAR]

com.hubrick.vertx.fcm.client

├─ com.hubrick.vertx.fcm.client.AbstractFcmClient.class - [JAR]

├─ com.hubrick.vertx.fcm.client.FcmClient.class - [JAR]

├─ com.hubrick.vertx.fcm.client.FcmClientOptions.class - [JAR]

├─ com.hubrick.vertx.fcm.client.FcmDeviceGroupClient.class - [JAR]

├─ com.hubrick.vertx.fcm.client.FcmDeviceGroupClientOptions.class - [JAR]

com.hubrick.vertx.fcm.model.common

├─ com.hubrick.vertx.fcm.model.common.DeviceGroupOperation.class - [JAR]

├─ com.hubrick.vertx.fcm.model.common.MessagePriority.class - [JAR]

com.hubrick.vertx.fcm.exception

├─ com.hubrick.vertx.fcm.exception.FcmClientException.class - [JAR]

com.hubrick.vertx.fcm.model.notification

├─ com.hubrick.vertx.fcm.model.notification.AndroidNotification.class - [JAR]

├─ com.hubrick.vertx.fcm.model.notification.IosNotification.class - [JAR]

├─ com.hubrick.vertx.fcm.model.notification.Notification.class - [JAR]

├─ com.hubrick.vertx.fcm.model.notification.WebNotification.class - [JAR]

Advertisement