All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.facelib.mtfsdk.V1AupsParameterProvider Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.facelib.mtfsdk;

import net.facelib.akcore.AupsParameterProvider;
import static net.facelib.mtfsdk.V1AndroidBridge.V1_PRODUCT_ID;
/**
 * V1版产品签名授权方式[AUPS]用户参数接口抽象类
* 用户需要实现{@link AupsParameterProvider#getAuthorID()}, * {@link AupsParameterProvider#getProductSign()}方法提供用户ID和产品签名 * @author guyadong * */ public abstract class V1AupsParameterProvider extends AupsParameterProvider { public V1AupsParameterProvider() { } @Override public final String getProductID() { return V1_PRODUCT_ID; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy