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