BroadcastResult
open class BroadcastResult : BundleContainer
Data Model for receiving a message back from an OrderedBroadcast
-
The identifier of this BroadcastResult.
Declaration
Swift
public var id: String { get set }
-
package sent from on device.
Declaration
Swift
public var package: String { get set }
-
Int property containing the result code for the broadcast (optional)
Declaration
Swift
public var code: Int? { get set }
-
String property containing the result data for the broadcast (optional)
Declaration
Swift
public var data: String? { get set }
-
Bundle of data transferred back.
Declaration
Swift
public var extras: BundleContainer? { get set }