A
B
C
D
E
F
G
I
J
L
M
O
P
Q
R
S
T
U
M
- MsaIdInterface - class in repeackage.com.bun.lib
- 本文件代码根据以下AIDL生成,只改包名以便解决和移动安全联盟的SDK冲突问题:
// MsaIdInterface.aidl package com.bun.lib; interface MsaIdInterface { boolean isSupported(); boolean isDataArrived(); String getOAID(); String getVAID(); String getAAID(); void shutDown(); }
- MsaIdInterface.Default - class in repeackage.com.bun.lib.MsaIdInterface
- Default implementation for MsaIdInterface.
- MsaIdInterface.Stub - class in repeackage.com.bun.lib.MsaIdInterface
- Local-side IPC implementation stub class.