-
-
Save 5AbhishekSaxena/d8b25f0719b3bf9df75b7fd52c4b56ae 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
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