Alert Nativescript

onAlert() {
	alert('This is an alert');
}
MitchAloha