![]() |
SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
|
#import <SCAdEnvironment.h>
Classes | |
struct | SCTimeouts |
Timeout values that can be changed. More... | |
Instance Methods | |
(instancetype) | - NS_UNAVAILABLE |
Not available here. | |
(instancetype) | - initWithMacros: |
Default initializer. | |
Protected Types | |
enum | DeviceType { deviceTypeNone = -1 , deviceTypeMobile , deviceTypeTablet , deviceTypeDesktop , deviceTypeTV } |
enum | NetworkReachability { reachabilityNone = -1 , reachabilityWWAN , reachabilityWIFI , reachabilityUnreachable } |
typedef enum SCAdEnvironment::DeviceType | DeviceType |
typedef enum SCAdEnvironment::NetworkReachability | NetworkReachability |
typedef struct SCAdEnvironment::SCTimeouts | SCTimeouts |
Timeout values that can be changed. | |
Properties | |
DeviceType | deviceType |
Specify device type. | |
NetworkReachability | reachability |
Specify network reachability. | |
NSInteger | desiredBitrate |
Use a desiredBitrate, which overwrites bitrate calculation. | |
CGSize | screenSize |
Value of the screenSize (if not specified, the values of the current device will be used) | |
NSArray * | desiredMimeTypes |
Desired mime types. Pass as array of strings. | |
SCAdMacros * | macros |
Macros. | |
SCTimeouts | timeouts |
Timeout values. | |
This class is used to specify certain environment variables like desired bitrate, deviceType and screenSize
|
protected |
enum DeviceType specifies the device type on which this is running (must be set from outside)
|
protected |
enum NetworkReachability specifies the type of internet connection (must be set from outside)
|
protected |
|
protected |