зеркало из https://github.com/DeGsoft/maui-linux.git
14 строки
196 B
C#
14 строки
196 B
C#
|
namespace Xamarin.Forms.Platform.Android
|
||
|
{
|
||
|
internal enum AndroidApplicationLifecycleState
|
||
|
{
|
||
|
Uninitialized,
|
||
|
OnCreate,
|
||
|
OnStart,
|
||
|
OnResume,
|
||
|
OnPause,
|
||
|
OnStop,
|
||
|
OnRestart,
|
||
|
OnDestroy
|
||
|
}
|
||
|
}
|