Package apple.uikit.protocol
Interface UIContextMenuInteractionCommitAnimating
-
- All Superinterfaces:
UIContextMenuInteractionAnimating
public interface UIContextMenuInteractionCommitAnimating extends UIContextMenuInteractionAnimating
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.uikit.protocol.UIContextMenuInteractionAnimating
UIContextMenuInteractionAnimating.Block_addAnimations, UIContextMenuInteractionAnimating.Block_addCompletion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longpreferredCommitStyle()Preferred animation style for the menu's commit action.voidsetPreferredCommitStyle(long value)Preferred animation style for the menu's commit action.-
Methods inherited from interface apple.uikit.protocol.UIContextMenuInteractionAnimating
addAnimations, addCompletion, previewViewController
-
-
-
-
Method Detail
-
preferredCommitStyle
long preferredCommitStyle()
Preferred animation style for the menu's commit action. Triggered when the user taps the preview.
-
setPreferredCommitStyle
void setPreferredCommitStyle(long value)
Preferred animation style for the menu's commit action. Triggered when the user taps the preview.
-
-