Documentation
¶
Index ¶
- type SMSPlugin
- func (p *SMSPlugin) Handle(ctx context.Context, dev device.Sender, pkt *protocol.Packet) error
- func (p *SMSPlugin) IncomingTypes() []string
- func (p *SMSPlugin) Name() string
- func (p *SMSPlugin) OnConnect(dev device.Sender)
- func (p *SMSPlugin) OnDisconnect(dev device.Sender)
- func (p *SMSPlugin) OutgoingTypes() []string
- func (p *SMSPlugin) SendSMS(dev device.Sender, phoneNumber, message string) error
- func (p *SMSPlugin) Timeout() time.Duration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMSPlugin ¶
type SMSPlugin struct{}
SMSPlugin implements the basic SMS sending capability of KDE Connect.
func (*SMSPlugin) IncomingTypes ¶
func (*SMSPlugin) OnDisconnect ¶
func (*SMSPlugin) OutgoingTypes ¶
Click to show internal directories.
Click to hide internal directories.