SBDPollVoteEvent Class Reference

Inherits from NSObject
Conforms to SBDMappable
Declared in SBDPollVoteEvent.h

Overview

Represents a vote event on a poll

  pollId

Poll id associated with this vote event

@property (atomic, assign, readonly) long long pollId

Declared In

SBDPollVoteEvent.h

  updatedVoteCounts

Updated poll options

@property (nonatomic, strong, readonly) NSArray<SBDUpdatedVoteCount*> *updatedVoteCounts

Declared In

SBDPollVoteEvent.h

  timestamp

Timestamp for this vote event

@property (atomic, assign, readonly) long long timestamp

Declared In

SBDPollVoteEvent.h

– init

- (nonnull instancetype)init