XMMContentBlockType5 Class Reference

Inherits from XMMContentBlock : NSObject
Declared in XMMContentBlockType5.h
XMMContentBlockType5.m

Overview

XMMContentBlockType5 is used for mapping the JSON sended by the api.

This class represents the contentBlockType ‘EBOOK’.

Default behavior

  1. Display like a link block with another icon

Example implementation is on our sample app “pingeb.org” https://github.com/xamoom/xamoom-pingeborg-ios

Other Methods

  fileId

Url to a ebook file (epub, mobi, pdf).

@property (nonatomic, copy) NSString *fileId

Declared In

XMMContentBlockType5.h

  artist

The name of the artist(s).

@property (nonatomic, copy) NSString *artist

Declared In

XMMContentBlockType5.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMContentBlockType5 class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMContentBlockType5.h

+ dynamicMappingMatcher

Returns a RKObjectMappingMatcher for XMMContentBlockType5 class.

+ (RKObjectMappingMatcher *)dynamicMappingMatcher

Return Value

RKObjectMappingMatcher*

Declared In

XMMContentBlockType5.h