Briefcase Priming Records Response

Handles responses for all Mobile SDK Briefcase Priming requests.

In addition to the request factory method, Mobile SDK provides a custom Briefcase response object. Use the properties of this object to obtain parsed Briefcase response values.

  • Priming records (map or dictionary; contains record IDs and their modification timestamps)
  • Relay token (string; if null, no more records are available)
  • Rule errors (string array; contains IDs of priming rules that were processed but resulted in an error)
  • Stats (object containing number of rules, number of records, number of rules served, and number of records served)

Response handling:

Response handling:

Request factory method:

Response handling: