Name

Notification Name extension, adding PredixSDK notifications

  • Notification used when network connectivity state changes.

    Declaration

    Swift

    public static let pmReachabilityStatusChanged = Notification.Name("pmReachabilityStatusChangedNotification")
  • Declaration

    Swift

    public var description: String
  • Posted when the authentication process completes.

    userInfo will contain status of authentication under the key AuthenticationNotificationCompletionStatusKey

    Declaration

    Swift

    public static let PredixAuthenticationComplete = Notification.Name("PredixAuthenticationCompleteNotification")
  • Posted when the logout process completes.

    Declaration

    Swift

    public static let PredixAuthenticationHasLoggedOut = Notification.Name("PredixAuthenticationLogoutNotification")