Skip to content

Instantly share code, notes, and snippets.

@LloydBlv
Created May 13, 2025 08:10
Show Gist options
  • Save LloydBlv/b765d43dfecd9d8ed4aeb06873d8c2fb to your computer and use it in GitHub Desktop.
Save LloydBlv/b765d43dfecd9d8ed4aeb06873d8c2fb to your computer and use it in GitHub Desktop.
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