Package 

Interface IAdvertisingIdService

  • All Implemented Interfaces:
    android.os.IInterface

    
    public interface IAdvertisingIdService
     implements IInterface
                        

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

        // IAdvertisingIdService.aidl
        package com.google.android.gms.ads.identifier.internal;
    
        interface IAdvertisingIdService {
    
            String getId();
    
            boolean isLimitAdTrackingEnabled(boolean boo);
    
        }
    
    • Method Summary

      Modifier and Type Method Description
      abstract String getId()
      abstract boolean isLimitAdTrackingEnabled(boolean boo)
      • 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