OlapicEndpointType Constants Reference
| Declared in | OlapicSDK.h |
OlapicEndpointType
The different type of endpoints where the SDK can connect
Definition
typedef NS_ENUM(NSInteger, OlapicEndpointType ) {
OlapicEndpointTypeDefault = 0,
OlapicEndpointTypeCustomerMedia = 1,
OlapicEndpointTypeCategoryMedia = 2,
OlapicEndpointTypeStreamMedia = 3,
OlapicEndpointTypeStream = 4,
OlapicEndpointTypeCategory = 5,
OlapicEndpointTypeStreamSearch = 6,
OlapicEndpointTypeCategorySearch = 7,
OlapicEndpointTypeWidgetInstance = 8,
};
Constants
OlapicEndpointTypeDefault-
Gets just the customer information
Declared In
OlapicSDK.h. OlapicEndpointTypeCustomerMedia-
Gets the customer and a media list with its media
Declared In
OlapicSDK.h. OlapicEndpointTypeCategoryMedia-
Gets the customer and a category media list
Declared In
OlapicSDK.h. OlapicEndpointTypeStreamMedia-
Gets the customer and a stream media list
Declared In
OlapicSDK.h. OlapicEndpointTypeStream-
Gets the customer and a stream object
Declared In
OlapicSDK.h. OlapicEndpointTypeCategory-
Gets the customer and a category object
Declared In
OlapicSDK.h. OlapicEndpointTypeStreamSearch-
Gets the customer and search for a specific stream
Declared In
OlapicSDK.h. OlapicEndpointTypeCategorySearch-
Gets the customer and search for a specific category
Declared In
OlapicSDK.h. OlapicEndpointTypeWidgetInstance-
Gets the customer and all the objects related to a widget instance
Declared In
OlapicSDK.h.
Declared In
OlapicSDK.h