MXFileSigneeState Constants Reference

Declared in MXSignFileItem.h

MXFileSigneeState

An enumeration for the states of signees.

  • MXFileSigneeStateInvalid: A state indicating that the user is a signee of this sign file.
  • MXFileSigneeStatePending: A state indicating that it is not the user’s turn yet.
  • MXFileSigneeStateSigning: A state indicating that it is the user’s turn to sign.
  • MXFileSigneeStateDeclined: A state indicating that the user has declined to sign.
  • MXFileSigneeStateSigned: A state indicaing that the user has signed this sign file.
  • MXFileSigneeStateCanceled: A state indicating that the sign file has been canceled due to someone else before the user’s turn.

Definition

typedef NS_ENUM(NSInteger, MXFileSigneeState ) {
   MXFileSigneeStateInvalid = 0,
   MXFileSigneeStatePending,
   MXFileSigneeStateSigning,
   MXFileSigneeStateDeclined,
   MXFileSigneeStateSigned,
   MXFileSigneeStateCanceled,
};

Constants

MXFileSigneeStateInvalid

An enumeration for the states of signees.

Declared In MXSignFileItem.h.

MXFileSigneeStatePending

An enumeration for the states of signees.

Declared In MXSignFileItem.h.

MXFileSigneeStateSigning

An enumeration for the states of signees.

Declared In MXSignFileItem.h.

MXFileSigneeStateDeclined

An enumeration for the states of signees.

Declared In MXSignFileItem.h.

MXFileSigneeStateSigned

An enumeration for the states of signees.

Declared In MXSignFileItem.h.

MXFileSigneeStateCanceled

An enumeration for the states of signees.

Declared In MXSignFileItem.h.

Declared In

MXSignFileItem.h