Package 

Interface IGetter


  • 
    public interface IGetter
    
                        

    OAID获取回调

    • Method Summary

      Modifier and Type Method Description
      abstract void onOAIDGetComplete(String result) 成功获取到OAID
      abstract void onOAIDGetError(Exception error) OAID获取失败(不正常或获取不到)
      • Methods inherited from class java.lang.Object

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

      • onOAIDGetError

         abstract void onOAIDGetError(Exception error)

        OAID获取失败(不正常或获取不到)

        Parameters:
        error - 异常信息