NotificationHandlerResult

public struct NotificationHandlerResult

Data structure that represents the result of the processNotification method If the notification is an Activeconnect notification, the activeconnectNotification property will be true.

  • Indicates the value the caller should pass to the completionHandler in its didReceiveRemoteNotification method.

    Declaration

    Swift

    public let suggestedCompletionResult: UIBackgroundFetchResult
  • Indicates whether the notification is an Activeconnect authentication request.

    Declaration

    Swift

    public let activeconnectNotification: Bool