Skip to main content
Skip table of contents

ibihelpme_QuerySystemInformationAsync

Signature

ibihelpme_QuerySystemInformationAsync(key: string, callback: (string) => void): void

DescriptionDetermines the system information value for the key. When the task is completed, the method reference transfered under callback is called up
Available from API version1.0.0

Parameter

NameTypeDescription
keystring

Encryption key for the information to be determined

callback(string) => void

Reference to a method without a return value that receives a string object as a parameter.

Return value

No return value

Example

JS
var key = 'Local.Username';
window.external.ibihelpme_QuerySystemInformationAsync(key, function(value) {
	refreshSystemInformationItem(key, value);
});


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.