From db2651457acfd5bfb6e3031db3e6b89eafa57a47 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期三, 05 六月 2019 16:58:41 +0800 Subject: [PATCH] 调用远程服务接口成功; 以后远程服务需要增加功能(客户端app调用),直接在IAYExamInterface里添加,然后在RemoteService实现功能;在AYSDK中调用remoteservice实现的功能;增加SDK回调给客户端app的callback,IAYEXAMListener;增减binder断裂监听 --- lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl b/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl index df1e1b2..0bf8dbb 100644 --- a/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl +++ b/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl @@ -5,6 +5,7 @@ interface IListenerInterface { /** + * 杩滅▼鏈嶅姟缁橲DK鐨勫洖璋冩秷鎭紝涓嶅澶栨彁渚涚粰APP瀹㈡埛绔� * Demonstrates some basic types that you can use as parameters * and return values in AIDL. */ -- Gitblit v1.8.0