Package | Description |
---|---|
com.alivc.live.pusher |
Modifier and Type | Field and Description |
---|---|
private AlivcLivePushError |
AlivcLivePusher.mLastError |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,AlivcLivePushError> |
AlivcLivePusher.mErrorMap |
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.
|