![]() |
Intel® Collaboration Suite for WebRTC
version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
|
Callback interface for receiving information about an action execution result. More...
Public Member Functions | |
void | onSuccess (final T result) |
Called when it has succeeded to execute this action. More... | |
void | onFailure (final OwtError error) |
Called when it has failed to execute this action. More... | |
Callback interface for receiving information about an action execution result.
void onFailure | ( | final OwtError | error | ) |
Called when it has failed to execute this action.
error | error occurred when executes this action. |
void onSuccess | ( | final T | result | ) |
Called when it has succeeded to execute this action.
result | result returned by this action. |