BaseActivityMessage

public class BaseActivityMessage : NSObject

Base message used for exchanging messages between the POS and a Custom Activity

  • Declaration

    Swift

    public init(action a: String, payload p: String? = nil)

    Parameters

    action

    the action of the custom activity

    payload

    the string payload to send to the custom activity

  • Declaration

    Swift

    public var action: String
  • Declaration

    Swift

    public var payload: String?