SMRegistrationStates Constants Reference

Declared in SMRegistrationStates.h
Availability 2.0.0

SMRegistrationStates

Definition

typedef NS_ENUM(NSInteger, SMRegistrationStates ) {
   UNREGISTERED,
   REGISTERED,
};

Constants

UNREGISTERED

Device registration is removed either by callling unregister method or being dropped on server. Registration state can be changed to unregistered in anytime if server drops registration.

Declared In SMRegistrationStates.h.

REGISTERED

Device registration is created on server side by REST request. Until unregister method is called, device will be tried to stay in REGISTERED state even if it is dropped by server.

Declared In SMRegistrationStates.h.

Availability

2.0.0

Declared In

SMRegistrationStates.h