-
- All Implemented Interfaces:
-
android.os.IInterface
public interface MsaIdInterface implements IInterface
本文件代码根据以下AIDL生成,只改包名以便解决和移动安全联盟的SDK冲突问题:
// MsaIdInterface.aidl package com.bun.lib; interface MsaIdInterface { boolean isSupported(); boolean isDataArrived(); String getOAID(); String getVAID(); String getAAID(); void shutDown(); }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MsaIdInterface.Default
Default implementation for MsaIdInterface.
public abstract class
MsaIdInterface.Stub
Local-side IPC implementation stub class.
-
Method Summary
Modifier and Type Method Description abstract boolean
isSupported()
abstract boolean
isDataArrived()
abstract String
getOAID()
abstract String
getVAID()
abstract String
getAAID()
abstract void
shutDown()
-
-
Method Detail
-
isSupported
abstract boolean isSupported()
-
isDataArrived
abstract boolean isDataArrived()
-
shutDown
abstract void shutDown()
-
-
-
-