MXTodoItem Class Reference

Inherits from NSObject
Declared in MXTodoItem.h

Overview

The MXTodoItem class provides interfaces for basic information about todos.

  creator

The user who creates this todo.

@property (nonatomic, strong, readonly) MXUserItem *creator

Declared In

MXTodoItem.h

  assignee

The user that this todo is assigned to.

@property (nonatomic, strong, readonly, nullable) MXUserItem *assignee

Declared In

MXTodoItem.h

  title

The title of this todo

@property (nonatomic, strong, readonly) NSString *title

Declared In

MXTodoItem.h

  dueTime

Due time.

@property (nonatomic, strong, readonly, nullable) NSDate *dueTime

Declared In

MXTodoItem.h

  createdTime

Created time.

@property (nonatomic, strong, readonly) NSDate *createdTime

Declared In

MXTodoItem.h

  flag

A boolean value indicating whether this todo has been flagged.

@property (nonatomic, assign, readonly) BOOL flag

Declared In

MXTodoItem.h

  chat

The chat that this todo belongs to.

@property (nonatomic, strong, readonly) MXChat *chat

Declared In

MXTodoItem.h

  completed

A boolean value indicating whether this todo has been completed.

@property (nonatomic, assign, readonly, getter=isCompleted) BOOL completed

Declared In

MXTodoItem.h