FeedbackMetadataWrapper
It's the wrapper of FeedbackMetadata that collect locations after instance of FeedbackMetadataWrapper is created and stop collecting in 2 possible cases:
locations buffer is full;
FeedbackMetadataWrapper.get is called.
Notes:
if you need to serialize Feedback metadata, use FeedbackMetadata only (see FeedbackMetadataWrapper.get);
to collect as much data as possible preferably call FeedbackMetadataWrapper.get just before posting or storing feedback.
Functions
Link copied to clipboard
Provide FeedbackMetadata with locations that were collected after creating instance of FeedbackMetadataWrapper.