Declared in SMRespondent.h

SMCompletionStatus

An enumeration for the two possible survey completion statuses

Definition

typedef NS_ENUM(NSUInteger, SMCompletionStatus ) {
   SMCompletionStatusPartiallyComplete,
   SMCompletionStatusComplete,
};

Constants

SMCompletionStatusPartiallyComplete

Survey completion status for when a survey has been only partially completed by the user.

Declared In SMRespondent.h.

SMCompletionStatusComplete

Survey completion status for when a survey has been completed by the user.

Declared In SMRespondent.h.

Declared In

SMRespondent.h