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 thesms
URL scheme to the
LSApplicationQueriesSchemes
of your app’s Info.plist
, e.g.,:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>sms</string>
...
</array>
-
Undocumented
Declaration
Swift
public let priority: TKInterAppExternalActionPriority
-
Undocumented
Declaration
Swift
public let type: TKInterAppCommunicator.ExternalActionType
-
Undocumented
Declaration
Swift
public func canHandle(_ string: TKInterAppIdentifier) -> Bool
-
Undocumented
Declaration
Swift
public func title(for identifier: TKInterAppIdentifier) -> String
-
Undocumented
Declaration
Swift
public func performAction(for identifier: TKInterAppIdentifier, segment: TKSegment?, presenter: UIViewController, sender: Any?)