Lines Matching refs:alert
156 alert(new Date(timestamp!))
167 }).then((timestamp) => alert(new Date(timestamp!)))
178 }).then((timestamp) => alert(new Date(timestamp!)))
197 // Calling alert(message) immediately fails to show the alert on Android
200 setTimeout(() => Alert.alert('You clicked on the notification '), 1000);
206 alert(`Status: ${permission.status}`);
211 alert(`Status: ${permission.status}`);
219 Alert.alert(`We don't have permission to present notifications.`);
230 Alert.alert(`We don't have permission to receive remote notifications.`);
314 Alert.alert(`Set the badge number to ${actualNumber}`);
319 Alert.alert(`Cleared the badge`);
333 Alert.alert(`An error occurred un-registering for notifications: ${e}`);
339 Alert.alert(`You currently have ${presentedNotifications.length} notifications presented`);
344 Alert.alert(`Notifications dismissed`);
350 Alert.alert(`No notifications to be dismissed`);
356 Alert.alert(`Notification dismissed`);
401 Alert.alert(`We don't have permission to receive remote notifications.`);