Contents

sendSMS(_:message:)

Sends a text message to a phone number.

Declaration

func sendSMS(_ aNumber: String!, message aMessage: String!)

Parameters

  • aNumber:

    The phone number to send the message to.

  • aMessage:

    A string containing a message. The message must be no longer than 160 characters.

See Also

Sending Messages and Commands