KVSEDXRegistrationManagement#
Procedures#
ActionIsAllowed() : Boolean#
Summary: Checks whether usage of the App is allowed or not. Requested quantity for usage is 1. If action is not allowed, an error will be raised.
[NonDebuggable()]
procedure ActionIsAllowed(): Boolean
Returns: Returns a Boolean-Variable whether Action is allowed or not
ActionIsAllowed(Boolean) : Boolean#
Summary: Checks whether usage of the App is allowed or not. Requested quantity for usage is 1.
[NonDebuggable()]
procedure ActionIsAllowed(showError: Boolean): Boolean
Parameters:
showError
: Defines if the monetization logic is able to break the logic by showing an error.
Returns: Returns a Boolean-Variable whether Action is allowed or not