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 notification-domain-15.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.proton.core.notification.domain.repository
├─ me.proton.core.notification.domain.repository.NotificationLocalDataSource.class - [JAR]
├─ me.proton.core.notification.domain.repository.NotificationRemoteDataSource.class - [JAR]
├─ me.proton.core.notification.domain.repository.NotificationRepository.class - [JAR]
me.proton.core.notification.domain.usecase
├─ me.proton.core.notification.domain.usecase.CancelNotificationView.class - [JAR]
├─ me.proton.core.notification.domain.usecase.ConfigureNotificationChannel.class - [JAR]
├─ me.proton.core.notification.domain.usecase.GetNotificationChannelId.class - [JAR]
├─ me.proton.core.notification.domain.usecase.IsNotificationsEnabled.class - [JAR]
├─ me.proton.core.notification.domain.usecase.ObservePushNotifications.class - [JAR]
├─ me.proton.core.notification.domain.usecase.ReplaceNotificationViews.class - [JAR]
├─ me.proton.core.notification.domain.usecase.ShowNotificationView.class - [JAR]
me.proton.core.notification.domain.entity
├─ me.proton.core.notification.domain.entity.Notification.class - [JAR]
├─ me.proton.core.notification.domain.entity.NotificationId.class - [JAR]
├─ me.proton.core.notification.domain.entity.NotificationPayload.class - [JAR]
me.proton.core.notification.domain
├─ me.proton.core.notification.domain.ProtonNotificationManager.class - [JAR]