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