ShowCleantimeIntentHandling
@objc(ShowCleantimeIntentHandling)
public protocol ShowCleantimeIntentHandling : NSObjectProtocol
-
Declaration
Swift
@objc(handleShowCleantime:completion:) func handle(intent: ShowCleantimeIntent, completion: @escaping (ShowCleantimeIntentResponse) -> Swift.Void) -
handle(intent:Asynchronous) Declaration
Swift
@objc(handleShowCleantime:completion:) func handle(intent: ShowCleantimeIntent) async -> ShowCleantimeIntentResponse -
Declaration
Swift
@objc(resolveCleandateForShowCleantime:withCompletion:) func resolveCleandate(for intent: ShowCleantimeIntent, with completion: @escaping (INDateComponentsResolutionResult) -> Swift.Void) -
resolveCleandate(for:Asynchronous) Declaration
Swift
@objc(resolveCleandateForShowCleantime:withCompletion:) func resolveCleandate(for intent: ShowCleantimeIntent) async -> INDateComponentsResolutionResult -
Declaration
Swift
@objc(confirmShowCleantime:completion:) optional func confirm(intent: ShowCleantimeIntent, completion: @escaping (ShowCleantimeIntentResponse) -> Swift.Void) -
confirm(intent:Asynchronous) Declaration
Swift
@objc(confirmShowCleantime:completion:) optional func confirm(intent: ShowCleantimeIntent) async -> ShowCleantimeIntentResponse
View on GitHub