Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pushe
C# 클래스 Pushe, unity-sample
상속:
MonoBehaviour
파일 보기
프로젝트 열기: pusheco/unity-sample
공개 프로퍼티들
프로퍼티
타입
설명
channel
string
showGooglePlayDialog
bool
공개 메소드들
메소드
설명
SetNotificationOff
( ) :
void
SetNotificationOn
( ) :
void
Start
( ) :
void
Subscribe
(
string
topic
) :
void
Unsubscribe
(
string
topic
) :
void
Update
( ) :
void
메소드 상세
SetNotificationOff()
공개
정적인
메소드
public
static
SetNotificationOff
( ) :
void
리턴
void
SetNotificationOn()
공개
정적인
메소드
public
static
SetNotificationOn
( ) :
void
리턴
void
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
Subscribe()
공개
정적인
메소드
public
static
Subscribe
(
string
topic
) :
void
topic
string
리턴
void
Unsubscribe()
공개
정적인
메소드
public
static
Unsubscribe
(
string
topic
) :
void
topic
string
리턴
void
Update()
공개
메소드
public
Update
( ) :
void
리턴
void
프로퍼티 상세
channel
공개적으로 프로퍼티
public
string
channel
리턴
string
showGooglePlayDialog
공개적으로 프로퍼티
public
bool
showGooglePlayDialog
리턴
bool