public enum AioPlatform extends Enum<AioPlatform>
public static final AioPlatform NON
public static final AioPlatform IOS
public static final AioPlatform ANDROID
public static final AioPlatform WINDOWS
public static final AioPlatform MAC
public static final AioPlatform WEB
public static final AioPlatform H5
public static final AioPlatform WECHAT
public static final AioPlatform ALIPAY
public static final AioPlatform GAME
public static AioPlatform[] values()
for (AioPlatform c : AioPlatform.values()) System.out.println(c);
public static AioPlatform valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020–2023 The Aio Project. All rights reserved.