Enum UserPostInteractionStatus
Status that a UserPostInteraction can be in.
[Flags]
public enum UserPostInteractionStatus : long
Fields
Interested = 0NegotiationFailed = 32NegotiationScheduled = 16NegotiationSuccessful = 64NotInterested = 1PendingResponse = 8VisitCompleted = 4VisitScheduled = 2