-
public class GMSAdIDHelper
Created by xuxiaowei
-
-
Method Summary
Modifier and Type Method Description static String
getGmsAdId(Context context)
获取google store ad id 标识,由于是夸进程通信,可能阻塞主线程,故不能在主线程中调用;并且等待夸进程调用的返回结果最多100ms -
-
Method Detail
-
getGmsAdId
static String getGmsAdId(Context context)
获取google store ad id 标识,由于是夸进程通信,可能阻塞主线程,故不能在主线程中调用;并且等待夸进程调用的返回结果最多100ms
-
-
-
-