UINotificationFeedbackType Enum

Definition

Enumerates the types of notification provided by UINotificationFeedbackGenerator.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UINotificationFeedbackType
type UINotificationFeedbackType = 
Inheritance
UINotificationFeedbackType
Attributes

Fields

Error 2

A task has failed.

Success 0

A task has succeeded.

Warning 1

A task has produced a warning.

Applies to