Created
May 13, 2025 08:10
-
-
Save LloydBlv/b765d43dfecd9d8ed4aeb06873d8c2fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data class PushMessage( | |
val title: String?, | |
val body: String?, | |
val deeplink: String?, | |
val type: String? | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment