C# 클래스 BoundServiceDemo.TimestampService

상속: Android.App.Service, IGetTimestamp
파일 보기 프로젝트 열기: xamarin/monodroid-samples 1 사용 예제들

공개 메소드들

메소드 설명
GetFormattedTimestamp ( ) : string

This method will return a formatted timestamp to the client.

OnBind ( Android.Content.Intent intent ) : IBinder
OnCreate ( ) : void
OnDestroy ( ) : void
OnUnbind ( Android.Content.Intent intent ) : bool

메소드 상세

GetFormattedTimestamp() 공개 메소드

This method will return a formatted timestamp to the client.
public GetFormattedTimestamp ( ) : string
리턴 string

OnBind() 공개 메소드

public OnBind ( Android.Content.Intent intent ) : IBinder
intent Android.Content.Intent
리턴 IBinder

OnCreate() 공개 메소드

public OnCreate ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnUnbind() 공개 메소드

public OnUnbind ( Android.Content.Intent intent ) : bool
intent Android.Content.Intent
리턴 bool