commonMain.raven.SmsConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-sms-config Show documentation
Show all versions of raven-sms-config Show documentation
An abstraction form sending email destinations and outbox
The newest version!
package raven
fun MessageConfigurationRegistration.toService() = SmsService(agents)
fun Map.toLocalSmsOutbox(): Outbox = toOutbox(isSent = isSmsSent)