模块 okhttps

类 Platform


  • public class Platform
    extends Object
    • 字段详细资料

      • ANDROID_SDK_INT

        public static final int ANDROID_SDK_INT
        Android 的 SDK 版本,若不是 Android 平台,则为 0
    • 构造器详细资料

      • Platform

        public Platform()
    • 方法详细资料

      • logInfo

        public static void logInfo​(String message)
      • logError

        public static void logError​(String message)
      • forEach

        public static <K,​V> void forEach​(Map<K,​V> map,
                                               BiConsumer<? super K,​? super V> action)