TKSMSActionHandler

public class TKSMSActionHandler : TKInterAppExternalActionHandler

Handler for sms: actions, bringing up the Messages app, optionally pre-filling a message.

Warning

This only works if you add the sms URL scheme to the LSApplicationQueriesSchemesof your app’s Info.plist, e.g.,:
<key>LSApplicationQueriesSchemes</key>
<array>
  <string>sms</string>
  ...
</array>