Data

extension MoEngageConfig.Remote.Data: Codable, MoEngageStorage.FileDataModel
extension MoEngageConfig.Remote.Data: MoEngageStorage.Network.HTTP.Decodable
  • Declaration

    Swift

    public static var flushNanoSeconds: UInt64 { get }
  • Declaration

    Swift

    public init(from decoder: any Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: any Encoder) throws

HTTP.Decodable

  • Declaration

    Swift

    public init(data: Foundation.Data, response: HTTPURLResponse) throws