Optional
applicationCalled when the application became active.
Optional
applicationCalled when an attached screen updates.
Optional
applicationCalled when the application finished launching.
Optional
applicationCalled when the application was hidden.
Optional
applicationCalled when the application became inactive.
Optional
applicationCalled when the application was unhidden.
Optional
applicationCalled when the application updated all windows.
Optional
applicationCalled to open one or more URLs.
Optional
applicationCalled to open a file; returns whether the file was opened.
Optional
applicationCalled to open multiple files.
Optional
applicationCalled to open a file without showing UI; returns whether the file was opened.
Optional
applicationCalled to open a temporary file; returns whether the file was opened.
Optional
applicationCalled to open an untitled file; returns whether the file was opened.
Optional
applicationCalled to print a file to a printer; returns whether the file was printed.
Optional
applicationCalled to ask whether the app is able to open untitled files.
Optional
applicationCalled when the application requests to terminate, checking whether it should.
Optional
applicationCalled when the application is about to become active.
Optional
applicationCalled when the application is about to finish launching.
Optional
applicationCalled when the application is about to hide.
Optional
applicationCalled when the application is about to become inactive.
Optional
applicationCalled when the application is about to terminate.
Optional
applicationCalled when the application is about to unhide.
Optional
applicationCalled when the application is about to update all windows.
Called to get a window manager connection for the app. This is required.
An application implementing the CCApplicationDelegate interface can be used to receive life cycle events from the application.