Avaya Client Services API Reference (iOS)
Classes | Typedefs
CSSliderSlide.h File Reference
#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 Documentation

typedef void(^ CSSliderSlideFetchCompletionHandler) (NSData *slideData, NSError *error)

Block completion handler used to return image data related to slide.

Parameters
slideDataRaw binary data of an encoded image (either PNG or JPEG). Not nil if the request succeeded.
errorError information. Not nil if the request failed.