SendId constructor

SendId(
  1. String id,
  2. SendIdType type
)

Construct a Send ID

Type can be either SendIdType.client or SendIdType.jar, which impacts the format of the link

Implementation

SendId(this.id, this.type);