I'm using the swift SDK of Centerfuge and was wondering why the CentrifugePublicationEvent's info value is not public
Currently it looks like this
public struct CentrifugePublicationEvent {
public var data: Data
public var offset: UInt64
public var tags: [String: String]
var info: CentrifugeClientInfo?
}
Hi,
I'm using the swift SDK of Centerfuge and was wondering why the CentrifugePublicationEvent's info value is not public Currently it looks like this
Thanks