-
- All Implemented Interfaces:
public interface AdviceHandler<T>Handler to handle the Advice
-
-
Method Summary
Modifier and Type Method Description abstract Future<T>onAdviceReceived(Context context, PolicyAdvice advice)Called when an Advice is received -
-
Method Detail
-
onAdviceReceived
@WorkerThread() abstract Future<T> onAdviceReceived(Context context, PolicyAdvice advice)
Called when an Advice is received
- Parameters:
context- The current Activity contextadvice- The received Advice
-
-
-
-