TKInterAppExternalActionHandler
public protocol TKInterAppExternalActionHandler
Undocumented
-
Undocumented
Declaration
Swift
var priority: TKInterAppExternalActionPriority { get }
-
Undocumented
Declaration
Swift
var type: TKInterAppCommunicator.ExternalActionType { get }
-
Undocumented
Declaration
Swift
func canHandle(_ string: TKInterAppIdentifier) -> Bool
-
Undocumented
Declaration
Swift
func title(for identifier: TKInterAppIdentifier) -> String
-
Undocumented
Declaration
Swift
@MainActor func performAction(for identifier: TKInterAppIdentifier, segment: TKSegment?, presenter: UIViewController, sender: Any?)