Package 

Interface IDidAidlInterface

  • All Implemented Interfaces:
    android.os.IInterface

    
    public interface IDidAidlInterface
     implements IInterface
                        

    本文件代码根据以下AIDL生成,只改包名以便解决和移动安全联盟的SDK冲突问题:

        // IDidAidlInterface.aidl
        package com.asus.msa.SupplementaryDID;
    
        interface IDidAidlInterface {
    
            boolean isSupport();
    
            String getUDID();
    
            String getOAID();
    
            String getVAID();
    
            String getAAID();
    
        }
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class IDidAidlInterface.Default

      Default implementation for IDidAidlInterface.

      public abstract class IDidAidlInterface.Stub

      Local-side IPC implementation stub class.

    • Method Summary

      Modifier and Type Method Description
      abstract boolean isSupport()
      abstract String getUDID()
      abstract String getOAID()
      abstract String getVAID()
      abstract String getAAID()
      • Methods inherited from class android.os.IInterface

        asBinder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait