-
- 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 classMsaIdInterface.DefaultDefault implementation for MsaIdInterface.
public abstract classMsaIdInterface.StubLocal-side IPC implementation stub class.
-
Method Summary
Modifier and Type Method Description abstract booleanisSupported()abstract booleanisDataArrived()abstract StringgetOAID()abstract StringgetVAID()abstract StringgetAAID()abstract voidshutDown()-
-
Method Detail
-
isSupported
abstract boolean isSupported()
-
isDataArrived
abstract boolean isDataArrived()
-
shutDown
abstract void shutDown()
-
-
-
-