public static enum ClientSummary.ClientType extends Enum<ClientSummary.ClientType>
This depends on the Diffusion library used by the client.
Enum Constant and Description |
---|
ANDROID
Android.
|
C
C.
|
DOTNET
.NET.
|
IOS
iOS.
|
JAVA
Java.
|
JAVASCRIPT_BROWSER
JavaScript, running within a web browser.
|
OTHER
Client type is not known to the local session, possibly because the
remote client is using a different version of Diffusion.
|
Modifier and Type | Method and Description |
---|---|
static ClientSummary.ClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientSummary.ClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientSummary.ClientType JAVASCRIPT_BROWSER
public static final ClientSummary.ClientType ANDROID
public static final ClientSummary.ClientType IOS
public static final ClientSummary.ClientType JAVA
public static final ClientSummary.ClientType DOTNET
public static final ClientSummary.ClientType C
public static final ClientSummary.ClientType OTHER
public static ClientSummary.ClientType[] values()
for (ClientSummary.ClientType c : ClientSummary.ClientType.values()) System.out.println(c);
public static ClientSummary.ClientType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 Push Technology Ltd. All Rights Reserved.