|
UserDevicesApi::SaveEulaAndAccept |
( |
wstring |
wstrProdName, |
|
|
wstring |
wstrProdVersion, |
|
|
wstring |
wstrProdDispName, |
|
|
wstring |
wstrProdDispVersion, |
|
|
binary |
binEulaUID, |
|
|
wstring |
wstrText, |
|
|
datetime |
tTimeStamp, |
|
|
boolean |
bAccept |
|
) |
| |
Saves the license agreement for a mobile product and accepts it.
- Parameters:
-
wstrProdName | (wstring) internal name of a product for which EULA acceptance is required |
wstrProdVersion | (wstring) internal version of a product for which EULA acceptance is required |
wstrProdDispName | (wstring) display name of a product for which EULA acceptance is required |
wstrProdDispVersion | (wstring) display version of a product for which EULA acceptance is required |
binEulaUID | (binary) EULA identity |
wstrText | (wstring) EULA text |
tTimeStamp | (datetime) EULA creation time |
bAccept | accept EULA if value is true |
|