C# 클래스 Applicasa.PushNotification

파일 보기 프로젝트 열기: Applicasa/Sample-App-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
badge int
dispatch_time int
innerPush System.IntPtr
message string
sound string
tag string
timed bool
userInfo IDictionary

공개 메소드들

메소드 설명
ClearRemoteNotifications ( ) : void
PendingNotificationCount ( ) : int
PushNotification ( ) : System
PushNotification ( string message, string sound, int badge ) : System
PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System
Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void
addTag ( string key, string param ) : void
methodApplicasaPushNotification ( string val ) : void
pullMessage ( int position ) : PushNotification
registerForPushNotification ( ) : void
unRegisterForPushNotification ( ) : void

비공개 메소드들

메소드 설명
ApplicasaClearAllPushMessages ( ) : void
ApplicasaPushGet ( string message, string sound, int badge ) : IntPtr
ApplicasaPushGetWithDispatchTime ( string message, string sound, int badge, int dispatchInMin ) : IntPtr
ApplicasaPushSend ( IntPtr innerPush, IntPtr users, int arrayCount, SendPushFinished sendPushFinished ) : void
addTags ( IntPtr innerPush, string key, string param ) : void

메소드 상세

ClearRemoteNotifications() 공개 정적인 메소드

public static ClearRemoteNotifications ( ) : void
리턴 void

PendingNotificationCount() 공개 정적인 메소드

public static PendingNotificationCount ( ) : int
리턴 int

PushNotification() 공개 메소드

public PushNotification ( ) : System
리턴 System

PushNotification() 공개 메소드

public PushNotification ( string message, string sound, int badge ) : System
message string
sound string
badge int
리턴 System

PushNotification() 공개 메소드

public PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System
message string
sound string
badge int
dispatchInMin int
리턴 System

Send() 공개 메소드

public Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void
users Applicasa.User
arrayCount int
sendPushFinished SendPushFinished
리턴 void

addTag() 공개 메소드

public addTag ( string key, string param ) : void
key string
param string
리턴 void

methodApplicasaPushNotification() 공개 정적인 메소드

public static methodApplicasaPushNotification ( string val ) : void
val string
리턴 void

pullMessage() 공개 정적인 메소드

public static pullMessage ( int position ) : PushNotification
position int
리턴 PushNotification

registerForPushNotification() 공개 정적인 메소드

public static registerForPushNotification ( ) : void
리턴 void

unRegisterForPushNotification() 공개 정적인 메소드

public static unRegisterForPushNotification ( ) : void
리턴 void

프로퍼티 상세

badge 공개적으로 프로퍼티

public int badge
리턴 int

dispatch_time 공개적으로 프로퍼티

public int dispatch_time
리턴 int

innerPush 공개적으로 프로퍼티

public IntPtr,System innerPush
리턴 System.IntPtr

message 공개적으로 프로퍼티

public string message
리턴 string

sound 공개적으로 프로퍼티

public string sound
리턴 string

tag 공개적으로 프로퍼티

public string tag
리턴 string

timed 공개적으로 프로퍼티

public bool timed
리턴 bool

userInfo 공개적으로 프로퍼티

public IDictionary userInfo
리턴 IDictionary