C# 클래스 cn.jpush.api.push.notification.AndroidNotification

상속: cn.jpush.api.push.notification.PlatformNotification
파일 보기 프로젝트 열기: jpush/jpush-api-csharp-client 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddExtra ( string key, bool value ) : AndroidNotification
AddExtra ( string key, int value ) : AndroidNotification
AddExtra ( string key, string value ) : AndroidNotification
AndroidNotification ( ) : System
setAlert ( String alert ) : AndroidNotification
setBig_pic_patht ( String big_pic_path ) : AndroidNotification
setBig_text ( String big_text ) : AndroidNotification
setBuilderID ( int builder_id ) : AndroidNotification
setCategory ( String category ) : AndroidNotification
setInbox ( String inbox ) : AndroidNotification
setPriority ( int priority ) : AndroidNotification
setStyle ( int style ) : AndroidNotification
setTitle ( string title ) : AndroidNotification

메소드 상세

AddExtra() 공개 메소드

public AddExtra ( string key, bool value ) : AndroidNotification
key string
value bool
리턴 AndroidNotification

AddExtra() 공개 메소드

public AddExtra ( string key, int value ) : AndroidNotification
key string
value int
리턴 AndroidNotification

AddExtra() 공개 메소드

public AddExtra ( string key, string value ) : AndroidNotification
key string
value string
리턴 AndroidNotification

AndroidNotification() 공개 메소드

public AndroidNotification ( ) : System
리턴 System

setAlert() 공개 메소드

public setAlert ( String alert ) : AndroidNotification
alert String
리턴 AndroidNotification

setBig_pic_patht() 공개 메소드

public setBig_pic_patht ( String big_pic_path ) : AndroidNotification
big_pic_path String
리턴 AndroidNotification

setBig_text() 공개 메소드

public setBig_text ( String big_text ) : AndroidNotification
big_text String
리턴 AndroidNotification

setBuilderID() 공개 메소드

public setBuilderID ( int builder_id ) : AndroidNotification
builder_id int
리턴 AndroidNotification

setCategory() 공개 메소드

public setCategory ( String category ) : AndroidNotification
category String
리턴 AndroidNotification

setInbox() 공개 메소드

public setInbox ( String inbox ) : AndroidNotification
inbox String
리턴 AndroidNotification

setPriority() 공개 메소드

public setPriority ( int priority ) : AndroidNotification
priority int
리턴 AndroidNotification

setStyle() 공개 메소드

public setStyle ( int style ) : AndroidNotification
style int
리턴 AndroidNotification

setTitle() 공개 메소드

public setTitle ( string title ) : AndroidNotification
title string
리턴 AndroidNotification