commonMain.raven.ConsoleSmsAgentOptions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-sms-console Show documentation
Show all versions of raven-sms-console Show documentation
An abstraction form sending emails
package raven
class ConsoleSmsAgentOptions(
val outbox: Outbox? = null,
val formatter: PrettyConsoleSmsFormatter = PrettyConsoleSmsFormatter()
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy