commit | author | age
|
aca600
|
1 |
// swift-interface-format-version: 1.0 |
L |
2 |
// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) |
|
3 |
// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FirebaseCoreInternal |
|
4 |
@_exported import FirebaseCoreInternal |
|
5 |
import Foundation |
|
6 |
import GoogleUtilities |
|
7 |
import Swift |
|
8 |
import _Concurrency |
|
9 |
@objc(FIRHeartbeatController) @objcMembers public class _ObjC_HeartbeatController : ObjectiveC.NSObject { |
|
10 |
@objc public init(id: Swift.String) |
|
11 |
@objc public func log(_ agent: Swift.String) |
|
12 |
@objc public func flush() -> FirebaseCoreInternal._ObjC_HeartbeatsPayload |
|
13 |
@objc public func flushHeartbeatFromToday() -> FirebaseCoreInternal._ObjC_HeartbeatsPayload |
|
14 |
@objc deinit |
|
15 |
} |
|
16 |
@objc(FIRHeartbeatsPayload) public class _ObjC_HeartbeatsPayload : ObjectiveC.NSObject, FirebaseCoreInternal.HTTPHeaderRepresentable { |
|
17 |
public init(_ heartbeatsPayload: FirebaseCoreInternal.HeartbeatsPayload) |
|
18 |
@objc public func headerValue() -> Swift.String |
|
19 |
@objc public var isEmpty: Swift.Bool { |
|
20 |
@objc get |
|
21 |
} |
|
22 |
@objc deinit |
|
23 |
} |
|
24 |
@_hasMissingDesignatedInitializers final public class HeartbeatController { |
|
25 |
convenience public init(id: Swift.String) |
|
26 |
final public func log(_ agent: Swift.String) |
|
27 |
@discardableResult |
|
28 |
final public func flush() -> FirebaseCoreInternal.HeartbeatsPayload |
|
29 |
@discardableResult |
|
30 |
final public func flushHeartbeatFromToday() -> FirebaseCoreInternal.HeartbeatsPayload |
|
31 |
@objc deinit |
|
32 |
} |
|
33 |
public protocol HTTPHeaderRepresentable { |
|
34 |
func headerValue() -> Swift.String |
|
35 |
} |
|
36 |
public struct HeartbeatsPayload : Swift.Codable { |
|
37 |
public var isEmpty: Swift.Bool { |
|
38 |
get |
|
39 |
} |
|
40 |
public func encode(to encoder: Swift.Encoder) throws |
|
41 |
public init(from decoder: Swift.Decoder) throws |
|
42 |
} |
|
43 |
extension FirebaseCoreInternal.HeartbeatsPayload : FirebaseCoreInternal.HTTPHeaderRepresentable { |
|
44 |
public func headerValue() -> Swift.String |
|
45 |
} |
|
46 |
extension FirebaseCoreInternal.HeartbeatsPayload { |
|
47 |
public static let dateFormatter: Foundation.DateFormatter |
|
48 |
} |
|
49 |
extension FirebaseCoreInternal.HeartbeatsPayload : Swift.Equatable { |
|
50 |
public static func == (a: FirebaseCoreInternal.HeartbeatsPayload, b: FirebaseCoreInternal.HeartbeatsPayload) -> Swift.Bool |
|
51 |
} |
|
52 |
extension Foundation.Data { |
|
53 |
public func base64URLEncodedString(options: Foundation.Data.Base64EncodingOptions = []) -> Swift.String |
|
54 |
public init?(base64URLEncoded base64URLString: Swift.String, options: Foundation.Data.Base64DecodingOptions = []) |
|
55 |
public func zipped() throws -> Foundation.Data |
|
56 |
public func unzipped() throws -> Foundation.Data |
|
57 |
} |