Method | Description | |
---|---|---|
OnBind ( Android.Content.Intent intent ) : IBinder | ||
OnCreate ( ) : void | ||
OnDestroy ( ) : void | ||
OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult |
Method | Description | |
---|---|---|
DispatchNotificationThatServiceIsRunning ( ) : void | ||
GetFormattedTimestamp ( ) : string |
This method will return a formatted timestamp to the client.
|
public OnBind ( Android.Content.Intent intent ) : IBinder | ||
intent | Android.Content.Intent | |
return | IBinder |
public OnStartCommand ( Android.Content.Intent intent, StartCommandFlags flags, int startId ) : StartCommandResult | ||
intent | Android.Content.Intent | |
flags | StartCommandFlags | |
startId | int | |
return | StartCommandResult |