C# 클래스 BoundServiceDemo.TimestampServiceConnection

상속: Java.Lang.Object, IServiceConnection, IGetTimestamp
파일 보기 프로젝트 열기: xamarin/monodroid-samples 1 사용 예제들

공개 메소드들

메소드 설명
GetFormattedTimestamp ( ) : string
OnServiceConnected ( ComponentName name, IBinder service ) : void
OnServiceDisconnected ( ComponentName name ) : void
TimestampServiceConnection ( MainActivity activity ) : Android.App

메소드 상세

GetFormattedTimestamp() 공개 메소드

public GetFormattedTimestamp ( ) : string
리턴 string

OnServiceConnected() 공개 메소드

public OnServiceConnected ( ComponentName name, IBinder service ) : void
name ComponentName
service IBinder
리턴 void

OnServiceDisconnected() 공개 메소드

public OnServiceDisconnected ( ComponentName name ) : void
name ComponentName
리턴 void

TimestampServiceConnection() 공개 메소드

public TimestampServiceConnection ( MainActivity activity ) : Android.App
activity MainActivity
리턴 Android.App