C# Class Xamarin.Android.Crashlytics.Sample.Activity1

Inheritance: Android.App.Activity
ファイルを表示 Open project: jkells/xamarin-android-crashlytics-binding

Public Methods

Method Description
CrashAsync ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Method Details

CrashAsync() public method

public CrashAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnCreate() protected method

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