UserNotification

public class UserNotification : IdentityResource, Hashable

A root object that stores information about a user notification resource.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: UserNotification, rhs: UserNotification) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single user notification, such as the notification’s type, read status, and payload.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about user notification payload.

    See more

    Declaration

    Swift

    public struct Payload : Codable