Package com.brightcove.ssai.data.source
Interface SSAICallback<T>
public interface SSAICallback<T>
An SSAI callback used on asynchronous operations.
-
Method Summary
-
Method Details
-
onSuccess
Called when the operation has been successful.- Parameters:
result
- the result
-
onError
Called when there has been an error in the operation.- Parameters:
error
- the error
-