Documentation
¶
Index ¶
Constants ¶
View Source
const ( //StateDidFinishLaunchingWithOptions ... StateDidFinishLaunchingWithOptions string = "didFinishLaunchingWithOptions" //StateDidRegisterForRemoteNotificationsWithDeviceToken ... StateDidRegisterForRemoteNotificationsWithDeviceToken string = "didRegisterForRemoteNotificationsWithDeviceToken" //StateDidBecomeActive ... StateDidBecomeActive string = "didBecomeActive" //StateDidEnterBackground ... StateDidEnterBackground string = "didEnterBackground" //StateWillEnterForeground ... StateWillEnterForeground string = "willEnterBackground" //StateWillTerminate ... StateWillTerminate string = "willTerminate" //StateAppOpenUrl StateAppOpenURL string = "appOpenUrl" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UIApplicationDelegate ¶
type UIApplicationDelegate interface {
// contains filtered or unexported methods
}
UIApplicationDelegate ...
Click to show internal directories.
Click to hide internal directories.