//
//  CallLogEventsNames.h
//  rainbow
//
//  Created by Doha Tubaileh on 10/13/19.
//  Copyright © 2019 Facebook. All rights reserved.
//

#define CallLogsUpdated @"callLogsUpdated"
#define MissedCallLogsUpdated @"missedCallLogsUpdated"
#define MissedCallsCounterUpdated @"missedCallUnreadCounterUpdated"
#define VoiceMailUnreadCounterUpdated @"voiceMailUnreadCounterUpdated"
#define VoiceMailCapabilityUpdate @"voiceMailCapabilityUpdate"

#define CallLogEventsArray @[CallLogsUpdated,MissedCallLogsUpdated,MissedCallsCounterUpdated,VoiceMailUnreadCounterUpdated,VoiceMailCapabilityUpdate]

