C# Class ScheduleApp.Droid.NotificationService

Inheritance: Android.App.Service
Afficher le fichier Open project: AndyCYao/AndroidSchedulerApp

Méthodes publiques

Méthode Description
OnBind ( Android.Content.Intent intent ) : IBinder
OnDestroy ( ) : void
OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult

Method Details

OnBind() public méthode

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
Résultat IBinder

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnStartCommand() public méthode

public OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult
intent Android.Content.Intent
flags StartCommandFlags
startId int
Résultat StartCommandResult