Table of Contents

Enum UserPostInteractionStatus

Namespace
GastroSky.Models
Assembly
GastroSky.Models.dll

Status that a UserPostInteraction can be in.

[Flags]
public enum UserPostInteractionStatus : long

Fields

Interested = 0
NegotiationFailed = 32
NegotiationScheduled = 16
NegotiationSuccessful = 64
NotInterested = 1
PendingResponse = 8
VisitCompleted = 4
VisitScheduled = 2