C# 클래스 Batch.BatchPlugin

Batch plugin.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BatchLabs/unity-plugin

공개 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void
StartPlugin ( Config config ) : void

Starts the plugin if not already started.

onBridgeFailure ( string response ) : void
onRedeemAutomaticOffer ( string response ) : void
onRedeemCodeFailed ( string response ) : void
onRedeemCodeSuccess ( string response ) : void
onRedeemURLCodeFound ( string response ) : void
onRedeemURLFailed ( string response ) : void
onRedeemURLSuccess ( string response ) : void
onRestoreFailed ( string response ) : void
onRestoreSuccess ( string response ) : void

비공개 메소드들

메소드 설명
isDevMode ( ) : bool
setConfig ( Config config ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartPlugin() 공개 메소드

Starts the plugin if not already started.
public StartPlugin ( Config config ) : void
config Config
리턴 void

onBridgeFailure() 공개 메소드

public onBridgeFailure ( string response ) : void
response string
리턴 void

onRedeemAutomaticOffer() 공개 메소드

public onRedeemAutomaticOffer ( string response ) : void
response string
리턴 void

onRedeemCodeFailed() 공개 메소드

public onRedeemCodeFailed ( string response ) : void
response string
리턴 void

onRedeemCodeSuccess() 공개 메소드

public onRedeemCodeSuccess ( string response ) : void
response string
리턴 void

onRedeemURLCodeFound() 공개 메소드

public onRedeemURLCodeFound ( string response ) : void
response string
리턴 void

onRedeemURLFailed() 공개 메소드

public onRedeemURLFailed ( string response ) : void
response string
리턴 void

onRedeemURLSuccess() 공개 메소드

public onRedeemURLSuccess ( string response ) : void
response string
리턴 void

onRestoreFailed() 공개 메소드

public onRestoreFailed ( string response ) : void
response string
리턴 void

onRestoreSuccess() 공개 메소드

public onRestoreSuccess ( string response ) : void
response string
리턴 void