TKWebActionHandler
public class TKWebActionHandler : TKInterAppExternalActionHandler
Handler for http:
and https:
actions, which refers back to the default
handler in TKInterAppCommunicator.openURLHandler
-
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?)