Modifier and Type | Method and Description |
---|---|
static AlivcLivePushError |
AlivcLivePushError.getErrorByCode(int code) |
AlivcLivePushError |
ILivePusher.getLastError()
Query the recently returned error codes.
|
AlivcLivePushError |
AlivcLivePusher.getLastError()
Query the recently returned error codes.
|
static AlivcLivePushError |
AlivcLivePushError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushError[] |
AlivcLivePushError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AlivcLivePushErrorListener.onSDKError(AlivcLivePusher livePusher,
AlivcLivePushError error)
The callback for SDK errors.
|
void |
AlivcLivePushErrorListener.onSystemError(AlivcLivePusher livePusher,
AlivcLivePushError error)
The callback for system errors.
|