Declared in OlapicMediaList.h

OlapicMediaListSortingType

The different type of sorting supported by lists

Definition

typedef NS_ENUM(NSInteger, OlapicMediaListSortingType ) {
   OlapicMediaListSortingTypeRecent = 0,
   OlapicMediaListSortingTypeShuffled = 1,
   OlapicMediaListSortingTypePhotorank = 2,
   OlapicMediaListSortingTypeRated = 3,
};

Constants

OlapicMediaListSortingTypeRecent

Ordered by date, the newer first

Declared In OlapicMediaList.h.

OlapicMediaListSortingTypeShuffled

Oredered randomly

Declared In OlapicMediaList.h.

OlapicMediaListSortingTypePhotorank

Ordered based on conversion

Declared In OlapicMediaList.h.

OlapicMediaListSortingTypeRated

Ordered by rating

Declared In OlapicMediaList.h.

Declared In

OlapicMediaList.h