BrowserDeviceCategory Property
Indicates the type of cardholder device.
Syntax
char* GetBrowserDeviceCategory();
int SetBrowserDeviceCategory(const char* lpszBrowserDeviceCategory);
LPWSTR GetBrowserDeviceCategory();
INT SetBrowserDeviceCategory(LPCWSTR lpszBrowserDeviceCategory);
@property (nonatomic,readwrite,assign,getter=browserDeviceCategory,setter=setBrowserDeviceCategory:) NSString* browserDeviceCategory; - (NSString*)browserDeviceCategory; - (void)setBrowserDeviceCategory:(NSString*)newBrowserDeviceCategory;
public var browserDeviceCategory: String { get {...}
set {...} }
Default Value
""
Remarks
This field indicates the type of cardholder device.
0 | PC (HTML) |
1 | Mobile Internet device (WML) |
If no value is provided, 0 is implied.
Data Type
String