DeviceChannel Property
Device channel.
Syntax
char* GetDeviceChannel();
int SetDeviceChannel(const char* lpszDeviceChannel);
LPWSTR GetDeviceChannel();
INT SetDeviceChannel(LPCWSTR lpszDeviceChannel);
@property (nonatomic,readwrite,assign,getter=deviceChannel,setter=setDeviceChannel:) NSString* deviceChannel; - (NSString*)deviceChannel; - (void)setDeviceChannel:(NSString*)newDeviceChannel;
public var deviceChannel: String { get {...}
set {...} }
Default Value
"02"
Remarks
This field indicates the type of channel interface being used to initiate the transaction.
Possible values include:
01 | App-based |
02 - default | Browser |
03 | 3DS Requestor Initiated (3RI) |
Data Type
String