/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

BrowserDeviceCategory Property

Indicates the type of cardholder device.

Syntax

ANSI (Cross Platform)
char* GetBrowserDeviceCategory();
int SetBrowserDeviceCategory(const char* lpszBrowserDeviceCategory); Unicode (Windows) LPWSTR GetBrowserDeviceCategory();
INT SetBrowserDeviceCategory(LPCWSTR lpszBrowserDeviceCategory);
@property (nonatomic,readwrite,assign,getter=browserDeviceCategory,setter=setBrowserDeviceCategory:) NSString* browserDeviceCategory;
- (NSString*)browserDeviceCategory;
- (void)setBrowserDeviceCategory:(NSString*)newBrowserDeviceCategory;
#define PID_MPI_BROWSERDEVICECATEGORY 11

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_MPI_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field indicates the type of cardholder device.

0PC (HTML)
1Mobile Internet device (WML)

If no value is provided, 0 is implied.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8162]