Static Propertyswift 6.0.3Foundation
NSFileHandleReadToEndOfFileCompletion
static let NSFileHandleReadToEndOfFileCompletion: Notification.Name
static let NSFileHandleReadToEndOfFileCompletion: Notification.Name
s10Foundation14NSNotificationC4NameV37NSFileHandleReadToEndOfFileCompletionAEvpZ
What are these?7R6KV
import Foundation
struct Name
class NSNotification
struct Notification
Notification
encapsulates information broadcast to observers via a NotificationCenter
.
typealias Name = NSNotification.Name
init(_ rawValue: String)
init(rawValue: String)
static let NSCalendarDayChanged: NSNotification.Name
static let NSDidBecomeSingleThreaded: NSNotification.Name
static let NSFileHandleConnectionAccepted: Notification.Name
static let NSFileHandleDataAvailable: Notification.Name
static let NSSystemTimeZoneDidChange: NSNotification.Name
static let NSThreadWillExit: NSNotification.Name
static let NSWillBecomeMultiThreaded: NSNotification.Name
var rawValue: String { get }