prepareSyncMessage property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
(String Function(String syncSpcData, String assetId)?) prepareSyncMessage
final

A function to prepare the sync SPC data which is sent as the body of the POST request for syncing the DRM license information.

Note that both the passed syncSpcData data and the returned processed sync SPC data are expected to be a Base64 encoded String.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
final String Function(String syncSpcData, String assetId)? prepareSyncMessage;