Last updated 8 months ago
用於處理授權驗證結果的 listener 。
從ONE store 伺服器接收應用程式授權時呼叫。
接收的數據是ONE store伺服器無法找到的購買數據時呼叫。
授權Query失敗時呼叫。
errorCode
錯誤碼 (參考 ResponseCode)
error
錯誤訊息
license
應用程式授權數據
signature
使用開發者私人金鑰簽名的應用程式授權數據的 signature
public interface LicenseCheckerListener
com.onestore.extern.licensing.LicenseCheckerListener
void granted(String license, String signature)
void denied()
void error(int errorCode, String error)