MobileIMSDKRecieveProtocal constructor

MobileIMSDKRecieveProtocal(
  1. {String to,
  2. String from,
  3. String dataContent,
  4. String fp,
  5. int type,
  6. int typeu,
  7. bool bridge,
  8. bool qoS}
)

Implementation

MobileIMSDKRecieveProtocal({
  this.to,
  this.from,
  this.dataContent,
  this.fp,
  this.type,
  this.typeu,
  this.bridge,
  this.qoS,
});