- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
EULA
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
<EULA enabled="true" fileName="eula.txt"class="text">
<Viewtitle="EULA">
<Buttons>
<Button id="Accept" value="Accept" />
<Button id="Decline" value="Decline" />
</Buttons>
</View>
</EULA>
Functional customization
EULA: This element is used to configure the EULA functionality.
enabled: Enable the EULA in Mobile Authenticator Studio.
fileName: The file that contains the EULA to display. It needs to be located in the \CustomizationTool\input\eula folder. This attribute is mandatory if EULA is enabled.
The EULA file must be UTF-8 encoded.
Graphical customization
EULA
class: This attribute is used to configure the rendering of the EULA content.
EULA > View: This element defines the graphical rendering of the EULA functionality.
title: The default value is EULA.
EULA > View > Buttons > Button:
id="Accept": The button to accept the EULA.
id="Decline": The button to decline the EULA.