public interface AdviceHandler<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<T> |
onAdviceReceived(android.content.Context context,
PolicyAdvice advice)
Called when an Advice is received
|
java.util.concurrent.Future<T> onAdviceReceived(android.content.Context context, PolicyAdvice advice)
context - The current Activity contextadvice - The received Advice