Interface ITccParamsCompletion
public interface ITccParamsCompletion
Interface defining callback object for receiving answer from setting TCC params
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSetTccParamsCompleted(boolean result, DocumentReaderException error) Callback method, will fire when set TCC params is completed
-
Method Details
-
onSetTccParamsCompleted
Callback method, will fire when set TCC params is completed- Parameters:
result- set up resulterror- error message, if any
-