Modifier and Type | Method and Description |
---|---|
static Conference.ErrorEvent |
Conference.ErrorEvent.fromInteger(int i) |
static Conference.ErrorEvent |
Conference.ErrorEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conference.ErrorEvent[] |
Conference.ErrorEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Conference.Listener.onError(Conference.ErrorEvent error)
Callback called on error event
|
Copyright © 2015. All rights reserved.