getResponses
fun getResponses(poll: HmsPoll, offset: Int = 0, @IntRange(from = 1, to = 50) count: Int = 50, ownResponsesOnly: Boolean, completion: HmsTypedActionResultListener<List<HMSPollQuestionResponse>>)
Retrieve full responses.
Parameters
poll
the poll that responses are sought for.
offset
the offset for paginated responses.
count
number of responses to fetch
ownResponsesOnly
whether only the requesters own responses should be returned.
completion
the listener to be called on success with the results or onError with the error.