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