View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gs2-java-sdk-in-game-push-notification-0.5.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gs2.inGamePushNotification.model
├─ io.gs2.inGamePushNotification.model.Certificate.class - [JAR]
├─ io.gs2.inGamePushNotification.model.FirebaseToken.class - [JAR]
├─ io.gs2.inGamePushNotification.model.Game.class - [JAR]
├─ io.gs2.inGamePushNotification.model.MqttHost.class - [JAR]
├─ io.gs2.inGamePushNotification.model.PublishResponse.class - [JAR]
├─ io.gs2.inGamePushNotification.model.Status.class - [JAR]
├─ io.gs2.inGamePushNotification.model.WebSocketHost.class - [JAR]
io.gs2.inGamePushNotification
├─ io.gs2.inGamePushNotification.Gs2InGamePushNotification.class - [JAR]
├─ io.gs2.inGamePushNotification.Gs2InGamePushNotificationClient.class - [JAR]
io.gs2.inGamePushNotification.control
├─ io.gs2.inGamePushNotification.control.CreateCertificateRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.CreateCertificateResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.CreateGameRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.CreateGameResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DeleteCertificateRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DeleteGameRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DescribeGameRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DescribeGameResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DescribeServiceClassRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DescribeServiceClassResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DescribeStatusRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.DescribeStatusResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetGameRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetGameResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetGameStatusRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetGameStatusResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetMqttHostRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetMqttHostResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetWebSocketHostRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.GetWebSocketHostResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.PublishRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.PublishResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.SetFirebaseTokenRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.SetFirebaseTokenResult.class - [JAR]
├─ io.gs2.inGamePushNotification.control.UpdateGameRequest.class - [JAR]
├─ io.gs2.inGamePushNotification.control.UpdateGameResult.class - [JAR]