SMNotificationStates Constants Reference

Declared in SMNotificationStates.h
Availability 2.0.0

SMNotificationStates

Definition

typedef NS_ENUM(NSInteger, SMNotificationStates ) {
   DISCONNECTED,
   CONNECTED,
};

Constants

DISCONNECTED

Notification component is disconnected and not able to receive the server notifications. Notification component can be disconnected in anytime however it will be tried to connect automatically until unregistration is done or network is lost.

Declared In SMNotificationStates.h.

CONNECTED

Notification component is connected and able to receive the server notifications. Notification component can be disconnected in anytime however it will be tried to connect automatically until unregistration is done or network is lost.

Declared In SMNotificationStates.h.

Availability

2.0.0

Declared In

SMNotificationStates.h