C# Class Sample.MainApp

Inheritance: Application
Show file Open project: urbanairship/xamarin-component Class Usage Examples

Public Methods

Method Description
MainApp ( IntPtr handle, JniHandleOwnership ownerShip ) : System
OnCreate ( ) : void

Method Details

MainApp() public method

public MainApp ( IntPtr handle, JniHandleOwnership ownerShip ) : System
handle System.IntPtr
ownerShip JniHandleOwnership
return System

OnCreate() public method

public OnCreate ( ) : void
return void