Class SmsNotificationChannel

java.lang.Object
io.leandev.appfuse.notification.channel.SmsNotificationChannel
All Implemented Interfaces:
NotificationChannel

public class SmsNotificationChannel extends Object implements NotificationChannel

SMS 通道(Phase 3):委派應用層 SmsDelivery 寄出

位址=手機號(由 Recipient.addressFor(ChannelType) 對 SMS 回傳);內容取 OutboundMessage.body(SMS 為純文字,範本鍵 notification.{type}.sms.body)。

Since:
4.0.0