C# 클래스 Batch.Internal.UnlockModule

상속: ModuleBase
파일 보기 프로젝트 열기: BatchLabs/unity-plugin 1 사용 예제들

공개 메소드들

메소드 설명
HasRedeemAutomaticOffer ( ) : bool
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
RedeemCode ( string code ) : void

Redeems offer using a code.

Restore ( ) : void

Restore previously unlocked features.

비공개 메소드들

메소드 설명
UnlockModule ( Bridge _bridge ) : System

메소드 상세

HasRedeemAutomaticOffer() 공개 메소드

public HasRedeemAutomaticOffer ( ) : bool
리턴 bool

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

RedeemCode() 공개 메소드

Redeems offer using a code.
public RedeemCode ( string code ) : void
code string Code.
리턴 void

Restore() 공개 메소드

Restore previously unlocked features.
public Restore ( ) : void
리턴 void