FacePlusPlus / MegviiFacepp-Android-SDK

An android wrapper of MegviiFacepp SDK (the mobile SDK).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

method don't use

lichens1 opened this issue · comments

// licenseManager.takeLicenseFromNetwork(uuid, Util.API_KEY, Util.API_SECRET, apiName,
// LicenseManager.DURATION_30DAYS, new LicenseManager.TakeLicenseCallback() {
// @OverRide
// public void onSuccess() {
// authState(true);
// }
//
// @OverRide
// public void onFailed(int i, byte[] bytes) {
// authState(false);
// }
// });