Package 

Interface IOpenID

  • All Implemented Interfaces:
    android.os.IInterface

    
    public interface IOpenID
     implements IInterface
                        

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

        // IOpenID.aidl
        package com.heytap.openid;
    
        interface IOpenID {
    
            String getSerID(String pkgName, String sign, String type);
    
        }
    
    • Nested Class Summary

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

      Default implementation for IOpenID.

      public abstract class IOpenID.Stub

      Local-side IPC implementation stub class.

    • Method Summary

      Modifier and Type Method Description
      abstract String getSerID(String pkgName, String sign, String type)
      • 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