Status public enum Status : String Models the current status of the session. started Indicates that a new session has been started. Declaration Swift case started resumed Indicates that an existing session was resumed. Declaration Swift case resumed ended Indicates that an existing session was ended. Declaration Swift case ended