公告板
版本库
filestore
活动
搜索
登录
main
/
hcj-android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.0.7
wpc
2018-11-27
680fbc9e73da3e11988557cf88fd935efd3e0b1e
[hcj-android.git]
/
HCJShopping
/
src
/
main
/
java
/
com
/
huawei
/
android
/
hms
/
agent
/
hwid
/
handler
/
SignOutHandler.java
1
2
3
4
5
6
7
8
9
10
package com.huawei.android.hms.agent.hwid.handler;
import com.huawei.android.hms.agent.common.ICallbackResult;
import com.huawei.hms.support.api.hwid.SignOutResult;
/**
* 帐号登出回调
*/
public interface SignOutHandler extends ICallbackResult<SignOutResult> {
}