alert method

void alert ([String message ])

Displays a modal alert to the user.

Other resources

Implementation

void alert([String message]) native;