C# Class Unity.Platform.IPhone.IPhoneUIApplicationDelegate

Inheritance: UIApplicationDelegate
Show file Open project: Appverse/appverse-mobile

Protected Properties

Property Type Description
addressBook ABAddressBook
eventStore EKEventStore

Public Methods

Method Description
DismissSplashScreen ( ) : bool
EvaluateJavascript ( string jsStringToEvaluate ) : void
GetListeningPort ( ) : int
IPhoneUIApplicationDelegate ( ) : System
IPhoneUIApplicationDelegate ( IntPtr ptr ) : System
IPhoneUIApplicationDelegate ( NSObjectFlag flag ) : System
LoadRequest ( NSUrlRequest request ) : void
MainUIViewController ( ) : UIViewController
ReloadAddressBook ( ) : void
SecurityChecksPassed ( ) : bool
SetMainUIViewControllerAsTopController ( bool topController ) : void
ShouldActivateManagedServices ( ) : bool
ShowSplashScreen ( UIInterfaceOrientation orientation ) : bool

Private Methods

Method Description
log ( string message ) : void

Method Details

DismissSplashScreen() public abstract method

public abstract DismissSplashScreen ( ) : bool
return bool

EvaluateJavascript() public abstract method

public abstract EvaluateJavascript ( string jsStringToEvaluate ) : void
jsStringToEvaluate string
return void

GetListeningPort() public abstract method

public abstract GetListeningPort ( ) : int
return int

IPhoneUIApplicationDelegate() public method

public IPhoneUIApplicationDelegate ( ) : System
return System

IPhoneUIApplicationDelegate() public method

public IPhoneUIApplicationDelegate ( IntPtr ptr ) : System
ptr System.IntPtr
return System

IPhoneUIApplicationDelegate() public method

public IPhoneUIApplicationDelegate ( NSObjectFlag flag ) : System
flag NSObjectFlag
return System

LoadRequest() public abstract method

public abstract LoadRequest ( NSUrlRequest request ) : void
request NSUrlRequest
return void

MainUIViewController() public abstract method

public abstract MainUIViewController ( ) : UIViewController
return UIViewController

ReloadAddressBook() public method

public ReloadAddressBook ( ) : void
return void

SecurityChecksPassed() public abstract method

public abstract SecurityChecksPassed ( ) : bool
return bool

SetMainUIViewControllerAsTopController() public abstract method

public abstract SetMainUIViewControllerAsTopController ( bool topController ) : void
topController bool
return void

ShouldActivateManagedServices() public abstract method

public abstract ShouldActivateManagedServices ( ) : bool
return bool

ShowSplashScreen() public abstract method

public abstract ShowSplashScreen ( UIInterfaceOrientation orientation ) : bool
orientation UIInterfaceOrientation
return bool

Property Details

addressBook protected property

protected ABAddressBook addressBook
return ABAddressBook

eventStore protected property

protected EKEventStore eventStore
return EKEventStore