Enumerations
The following enumerations are available globally.
-
Represents an update on a specific object from the
ParseLiveQuery
Server.- Entered: The object has been updated, and is now included in the query.
- Left: The object has been updated, and is no longer included in the query.
- Created: The object has been created, and is a part of the query.
- Updated: The object has been updated, and is still a part of the query.
- Deleted: The object has been deleted, and is no longer included in the query.
Declaration
Swift
public enum Event<T> where T : ParseObject
-
Options used to constrain a text search.
See moreDeclaration
Swift
public enum ParseTextOption : String