Interface MAMUIHelperBehavior
-
- All Implemented Interfaces:
public interface MAMUIHelperBehaviorBehavior for MAMUIHelper.
-
-
Method Summary
Modifier and Type Method Description abstract voidshowSharingBlockedDialog(@NonNull() Activity activity)Shows a dialog to the user that the desired sharing action is not allowed based on the configured policy. -
-
Method Detail
-
showSharingBlockedDialog
abstract void showSharingBlockedDialog(@NonNull() Activity activity)
Shows a dialog to the user that the desired sharing action is not allowed based on the configured policy.
- Parameters:
activity- The Activity that the dialog will be displayed over.
-
-
-
-