Type Definitions

The following type definitions are available globally.

  • Availability: All.

    The block used by the APLAddConfigurationUpdatedBlock function. If the notification was generated by an action being executed then notification.userInfo[APLConfigurationUpdatedAction] will be a NSString of the action name. If the notification was generated by configuration being updated or reset, then notification.userInfo will be nil.

    Declaration

    Objective-C

    typedef void (^APLConfigurationUpdatedBlock)(NSNotification *_Nullable)

    Swift

    typealias APLConfigurationUpdatedBlock = (Notification?) -> Void