Type Definitions

The following type definitions are available globally.

  • Undocumented

    Declaration

    Objective-C

    typedef void (^PLVContainerResponseCallback)(id responseData)

    Swift

    typealias PLVContainerResponseCallback = (Any) -> Void
  • Undocumented

    Declaration

    Objective-C

    typedef void (^PLVSUploadProgressBlock) (float progress)

    Swift

    typealias PLVSUploadProgressBlock = (Float) -> Void