C# 클래스 android.app.Notification

상속: java.lang.Object, android.os.Parcelable
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
Notification ( android arg0 )
Notification ( int arg0, java arg1, long arg2 )
describeContents ( ) : int
setLatestEventInfo ( android arg0, java arg1, java arg2, android arg3 ) : void
setLatestEventInfo ( android arg0, string arg1, string arg2, android arg3 ) : void
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

보호된 메소드들

메소드 설명
Notification ( global @__env )

비공개 메소드들

메소드 설명
Notification ( )

메소드 상세

Notification() 공개 메소드

public Notification ( android arg0 )
arg0 android

Notification() 보호된 메소드

protected Notification ( global @__env )
@__env global

Notification() 공개 메소드

public Notification ( int arg0, java arg1, long arg2 )
arg0 int
arg1 java
arg2 long

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

setLatestEventInfo() 공개 메소드

public setLatestEventInfo ( android arg0, java arg1, java arg2, android arg3 ) : void
arg0 android
arg1 java
arg2 java
arg3 android
리턴 void

setLatestEventInfo() 공개 메소드

public setLatestEventInfo ( android arg0, string arg1, string arg2, android arg3 ) : void
arg0 android
arg1 string
arg2 string
arg3 android
리턴 void

toString() 공개 메소드

public toString ( ) : global::java.lang.String
리턴 global::java.lang.String

writeToParcel() 공개 메소드

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void