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