Skip to content

Instantly share code, notes, and snippets.

@5AbhishekSaxena
Created December 2, 2022 23:10
Show Gist options
  • Save 5AbhishekSaxena/d8b25f0719b3bf9df75b7fd52c4b56ae to your computer and use it in GitHub Desktop.
Save 5AbhishekSaxena/d8b25f0719b3bf9df75b7fd52c4b56ae to your computer and use it in GitHub Desktop.
class SmsNotification : Notification {
override fun sendNotification(message: String) {
println("Sending sms notification with message \"$message\"")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment