Property | Type | Description | |
---|---|---|---|
MAIN_HTML_PATTERN | string |
Method | Description | |
---|---|---|
AppDelegate ( ) : System | ||
AppDelegate ( |
||
AppDelegate ( NSObjectFlag flag ) : System | ||
ApplicationSignificantTimeChange ( UIApplication application ) : void | ||
AwakeFromNib ( ) : void | ||
BindCustomViewController ( ) : UnityUI.iOS.UnityUI_iOSViewController | ||
ChangedStatusBarFrame ( UIApplication application, CGRect oldStatusBarFrame ) : void | ||
DetectWebViewLoadFinishedEvent ( UIApplication application, NSDictionary launchOptions ) : void | ||
DidChangeStatusBarOrientation ( UIApplication application, UIInterfaceOrientation oldStatusBarOrientation ) : void | ||
DidEnterBackground ( UIApplication application ) : void | ||
DismissSplashScreen ( ) : bool | ||
DoesNotRecognizeSelector ( ObjCRuntime sel ) : void | ||
FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool | ||
FinishedLaunching ( UIApplication application ) : void | ||
GetListeningPort ( ) : int | ||
HandleOpenURL ( UIApplication application, NSUrl url ) : bool | ||
MainUIViewController ( ) : UIKit.UIViewController | ||
MainViewController ( ) : UnityUI.iOS.UnityUI_iOSViewController | ||
OnActivated ( UIApplication application ) : void | ||
OnResignActivation ( UIApplication application ) : void | ||
PerformSelector ( ObjCRuntime sel, NSObject obj, double delay ) : void | ||
ReceiveMemoryWarning ( UIApplication application ) : void | ||
ReceivedLocalNotification ( UIApplication application, UILocalNotification localNotification ) : void |
Sent to the delegate when a running application receives a local notification.
|
|
RespondsToSelector ( ObjCRuntime sel ) : bool | ||
SecurityChecksPassed ( ) : bool | ||
SetDataDetectorTypes ( ) : void | ||
SetMainUIViewControllerAsTopController ( bool topController ) : void | ||
ShowSplashScreen ( UIInterfaceOrientation orientation ) : bool | ||
WillChangeStatusBarFrame ( UIApplication application, CGRect newStatusBarFrame ) : void | ||
WillChangeStatusBarOrientation ( UIApplication application, UIInterfaceOrientation newStatusBarOrientation, double duration ) : void | ||
WillEnterForeground ( UIApplication application ) : void | ||
WillTerminate ( UIApplication application ) : void | ||
loadApplicationPreferences ( ) : void | ||
processLaunchData ( ) : void |
Processes the launch data received when launched externally (using custom scheme url).
|
|
processLaunchOptions ( NSDictionary options, bool fromFinishedLaunching, UIApplicationState applicationState ) : void |
Processes any received launch options.
|
Method | Description | |
---|---|---|
GetIPCDefaultPort ( NSDictionary settings ) : int |
|
|
loadSettings ( ) : NSDictionary |
Loads the default settings from custom PLIST file.
|
|
log ( string message ) : void | ||
openSocketListener ( int port ) : void |
Open Socket listener on specific port
|
Method | Description | |
---|---|---|
InitializeAppverseContext ( ) : void |
Initializes the appverse context exposing data to the WebView Javascript DOM.
|
|
InitializeUnity ( ) : void | ||
InitializeUnityServer ( ) : void | ||
InitializeUnityView ( ) : void | ||
NotifyEnterBackground ( ) : void | ||
NotifyEnterForeground ( ) : void | ||
PlayNotificationSound ( String soundName ) : void | ||
ProcessLocalNotification ( UIApplicationState applicationState, UILocalNotification localNotification ) : void |
Processes the local notification.
|
|
ShowNotificationAlert ( string title, string message ) : void |
Manually shows a notification alert.
|
|
UpdateApplicationIconBadgeNumber ( int badge ) : void | ||
closeOpenedSocketListener ( ) : void |
Closing Opened SocketListener
|
|
openSocketListener ( NSDictionary settings ) : void | ||
performSecurityChecks ( ) : bool |
public AppDelegate ( |
||
ptr | ||
return | System |
public AppDelegate ( NSObjectFlag flag ) : System | ||
flag | NSObjectFlag | |
return | System |
public ApplicationSignificantTimeChange ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public abstract BindCustomViewController ( ) : UnityUI.iOS.UnityUI_iOSViewController | ||
return | UnityUI.iOS.UnityUI_iOSViewController |
public ChangedStatusBarFrame ( UIApplication application, CGRect oldStatusBarFrame ) : void | ||
application | UIApplication | |
oldStatusBarFrame | CGRect | |
return | void |
public abstract DetectWebViewLoadFinishedEvent ( UIApplication application, NSDictionary launchOptions ) : void | ||
application | UIApplication | |
launchOptions | NSDictionary | |
return | void |
public DidChangeStatusBarOrientation ( UIApplication application, UIInterfaceOrientation oldStatusBarOrientation ) : void | ||
application | UIApplication | |
oldStatusBarOrientation | UIInterfaceOrientation | |
return | void |
public DidEnterBackground ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public DoesNotRecognizeSelector ( ObjCRuntime sel ) : void | ||
sel | ObjCRuntime | |
return | void |
public FinishedLaunching ( UIApplication application, NSDictionary launchOptions ) : bool | ||
application | UIApplication | |
launchOptions | NSDictionary | |
return | bool |
public FinishedLaunching ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
protected static GetIPCDefaultPort ( NSDictionary settings ) : int | ||
settings | NSDictionary | |
return | int |
public HandleOpenURL ( UIApplication application, NSUrl url ) : bool | ||
application | UIApplication | |
url | NSUrl | |
return | bool |
public MainUIViewController ( ) : UIKit.UIViewController | ||
return | UIKit.UIViewController |
public MainViewController ( ) : UnityUI.iOS.UnityUI_iOSViewController | ||
return | UnityUI.iOS.UnityUI_iOSViewController |
public OnActivated ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public OnResignActivation ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public PerformSelector ( ObjCRuntime sel, NSObject obj, double delay ) : void | ||
sel | ObjCRuntime | |
obj | NSObject | |
delay | double | |
return | void |
public ReceiveMemoryWarning ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public ReceivedLocalNotification ( UIApplication application, UILocalNotification localNotification ) : void | ||
application | UIApplication | Application. |
localNotification | UILocalNotification | Local notification. |
return | void |
public RespondsToSelector ( ObjCRuntime sel ) : bool | ||
sel | ObjCRuntime | |
return | bool |
public abstract SetDataDetectorTypes ( ) : void | ||
return | void |
public SetMainUIViewControllerAsTopController ( bool topController ) : void | ||
topController | bool | |
return | void |
public ShowSplashScreen ( UIInterfaceOrientation orientation ) : bool | ||
orientation | UIInterfaceOrientation | |
return | bool |
public WillChangeStatusBarFrame ( UIApplication application, CGRect newStatusBarFrame ) : void | ||
application | UIApplication | |
newStatusBarFrame | CGRect | |
return | void |
public WillChangeStatusBarOrientation ( UIApplication application, UIInterfaceOrientation newStatusBarOrientation, double duration ) : void | ||
application | UIApplication | |
newStatusBarOrientation | UIInterfaceOrientation | |
duration | double | |
return | void |
public WillEnterForeground ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
public WillTerminate ( UIApplication application ) : void | ||
application | UIApplication | |
return | void |
protected openSocketListener ( int port ) : void | ||
port | int | |
return | void |
public processLaunchOptions ( NSDictionary options, bool fromFinishedLaunching, UIApplicationState applicationState ) : void | ||
options | NSDictionary | Options. |
fromFinishedLaunching | bool | True if this method comes from the 'FinishedLaunching' delegated method |
applicationState | UIApplicationState | The application state that received the special launch options |
return | void |