SVSRemoteLogChannelType
enum SVSRemoteLogChannelType : NSInteger {}
The channel type of the current ad.
-
The channel type is unknown.
Declaration
Objective-C
SVSRemoteLogChannelTypeUnknown = -1
-
There is no current ad because of a ‘no ad’.
Declaration
Objective-C
SVSRemoteLogChannelTypeNoAd = 0
-
The current ad is a direct ad.
Declaration
Objective-C
SVSRemoteLogChannelTypeDirect = 1
-
The current ad is a RTB ad.
Declaration
Objective-C
SVSRemoteLogChannelTypeRTB = 2