Skip to content
Snippets Groups Projects
Select Git revision
  • 4838dfdd91f142f06aa5d2d2402505fd61df672d
  • main default protected
  • development
  • integration
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
11 results

ClientLoader.swift

Blame
  • Session+Notifications.swift 263 B
    extension Session {
        public func registerNotifications(_ string: String) throws {
            try client.bindings.registerNotifications(string)
        }
    
        public func unregisterNotifications() throws {
            try client.bindings.unregisterNotifications()
        }
    }