MediatorState

NS_ENUM(NSUInteger, MediatorState)
{
    MediatorStateIdle,
    MediatorStateReady,
    MediatorStateLoading,
}

Undocumented