C# Class Sample.MainActivity

Inheritance: Activity
Mostrar archivo Open project: urbanairship/xamarin-component Class Usage Examples

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Method Description
UpdateChannelIdField ( ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void