Type Aliases
The following type aliases are available globally.
-
Completion handler that returns Movie Search Result Items
Declaration
Swift
public typealias MovieSearchResultsCompletionHandler = ([MovieSearchResultItem]) -> Void
-
Completion handler that returns a UIImage
Declaration
Swift
public typealias ImageDownloadCompletionHandler = (UIImage?) -> Void