Avaya Client Services API Reference (iOS)
|
#import <Foundation/Foundation.h>
Classes | |
class | CSSliderSlide |
The CSSliderSlide object provides slide metadata and allows the download of related images. More... | |
Typedefs | |
typedef void(^ | CSSliderSlideFetchCompletionHandler) (NSData *slideData, NSError *error) |
Block completion handler used to return image data related to slide. More... | |
typedef void(^ CSSliderSlideFetchCompletionHandler) (NSData *slideData, NSError *error) |
Block completion handler used to return image data related to slide.
slideData | Raw binary data of an encoded image (either PNG or JPEG). Not nil if the request succeeded. |
error | Error information. Not nil if the request failed. |