]> git.r.bdr.sh - rbdr/captura/blob - Captura/Core Extensions/Notification+AppEvents.swift
82b46e11bcfb2b2cee23276cd9a3139ca81bc718
[rbdr/captura] / Captura / Core Extensions / Notification+AppEvents.swift
1 import Foundation
2
3 extension Notification.Name {
4 static let startAreaSelection = Notification.Name("startSelectingArea")
5 static let startRecording = Notification.Name("startRecording")
6 static let stopRecording = Notification.Name("stopRecording")
7 static let finalizeRecording = Notification.Name("finalizeRecording")
8 static let reset = Notification.Name("reset")
9 static let failedToStart = Notification.Name("failedToStart")
10 static let receivedFrame = Notification.Name("receivedFrame")
11 static let failedtoUpload = Notification.Name("failedToUpload")
12 static let reloadConfiguration = Notification.Name("reloadConfiguration")
13 static let setCaptureSessionConfiguration = Notification.Name("setCaptureSessionConfiguration")
14 }