isPresented
Specifies whether the user notification has been presented.
Declaration
var isPresented: Bool { get }Discussion
In some cases, for example when your application is frontmost, the notification center may decide not to actually present a delivered notification. In that case, the value of this property is false. It is set to true if the notification was presented according to user preferences.