FacePlusPlus / MegviiFacepp-Android-SDK

An android wrapper of MegviiFacepp SDK (the mobile SDK).
Apache License 2.0
234 stars 75 forks source link

method don't use #12

Closed lichens1 closed 7 years ago

lichens1 commented 7 years ago

// 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); // } // });