endian11
2019-06-05 dd7c608db87a478e22d7138e9631e98033022e66
1
2
3
4
5
6
7
8
9
10
11
12
// IListenerlInterface.aidl
package com.anyun.exam.lib;
 
// Declare any non-default types here with import statements
 
interface IListenerInterface {
    /**
     * Demonstrates some basic types that you can use as parameters
     * and return values in AIDL.
     */
    void onMessageArrived(String json);
}