NMACancelableHandler

@objc
public protocol NMACancelableHandler

The protocol that operation or user interaction handlers are derived from.

  • This method should be invoked if the operation must be canceled.

    Declaration

    Swift

    func cancel()