Package 

Interface IOAID


  • 
    public interface IOAID
    
                        

    OAID接口

    • Method Summary

      Modifier and Type Method Description
      abstract boolean supported() 是否支持OAID
      abstract void doGet(IGetter getter) 异步获取OAID
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • supported

         abstract boolean supported()

        是否支持OAID

      • doGet

         abstract void doGet(IGetter getter)

        异步获取OAID

        Parameters:
        getter - 回调