-
public interface SystemDialogSafetyProviderAn interface to provide system dialog safety functionality.
-
-
Method Summary
Modifier and Type Method Description abstract <T extends Any> TpassSystemDialogs(Function0<T> action)Invokes the given action and hides the system dialog if the invocation is failed and the system dialog is actually shown via suppressSystemDialogs call. -
-
Method Detail
-
passSystemDialogs
abstract <T extends Any> T passSystemDialogs(Function0<T> action)
Invokes the given action and hides the system dialog if the invocation is failed and the system dialog is actually shown via suppressSystemDialogs call.
- Parameters:
action- the action to invoke.
-
-
-
-