Share via


UINotificationFeedbackGenerator.NotificationOccurred Method

Definition

Overloads

NotificationOccurred(UINotificationFeedbackType)

[Foundation.Export("notificationOccurred:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void NotificationOccurred(UIKit.UINotificationFeedbackType notificationType);
[<Foundation.Export("notificationOccurred:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NotificationOccurred : UIKit.UINotificationFeedbackType -> unit
override this.NotificationOccurred : UIKit.UINotificationFeedbackType -> unit

Parameters

notificationType
UINotificationFeedbackType
Attributes

Applies to

NotificationOccurred(UINotificationFeedbackType, CGPoint)

[Foundation.Export("notificationOccurred:atLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void NotificationOccurred(UIKit.UINotificationFeedbackType notificationType, CoreGraphics.CGPoint location);
[<Foundation.Export("notificationOccurred:atLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NotificationOccurred : UIKit.UINotificationFeedbackType * CoreGraphics.CGPoint -> unit
override this.NotificationOccurred : UIKit.UINotificationFeedbackType * CoreGraphics.CGPoint -> unit

Parameters

notificationType
UINotificationFeedbackType
location
CGPoint
Attributes

Applies to