Handling "Don Not Show This Dialog Again"
List of Global Functions
GetCurrentConfigurationMap - Returns the current configuration map
GetDefaultReturn - Return the default return value for question that should not be shown again
GetShowQuestionAgain - Returns whether the question should be shown again
RemoveShowQuestionAgain - Removes one entry defined with map params
SetDefaultReturn - Sets the default return value for the question that should not be shown
SetShowQuestionAgain - Sets and stores whether the question should be shown again. If it should be, the result is not stored since the 'show again' is the default value.
List of Global Variables
Returns the current configuration map
Return value
map <string, map <string, map <string, any> > > - with the current configuration
Return the default return value for question that should not be shown again
Function parameters
map <string, string> params
Return value
any - default return value
Returns whether the question should be shown again
Function parameters
map <string, string> params
Return value
boolean - it should be shown
Removes one entry defined with map params
Function parameters
map <string, string> params
Return value
boolean - if success
Sets the default return value for the question that should not be shown
Function parameters
map <string, string> params
any default_return
Return value
boolean - if success