Mac OS X Reference Library Apple Developer
Search

NotificationCenter

Module:
threads
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

checkPermission
createHTMLNotification
createNotification
requestPermission

checkPermission



int checkPermission(); 

createHTMLNotification



Notification createHTMLNotification(
    in DOMString url) raises(Exception); 

createNotification



Notification createNotification(
    in DOMString iconUrl,
    in DOMString title,
    in DOMString body) raises(Exception); 

requestPermission



void requestPermission(
    in VoidCallback callback); 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27