SMRegistrationApplicationDelegate Protocol Reference

Conforms to NSObject
Declared in SMRegistrationApplicationDelegate.h

– registrationStateChanged: required method

This method will no longer be available in version 6.11.0.

- (void)registrationStateChanged:(SMRegistrationStates)registrationState

Parameters

registrationState

new state of the registration

Availability

2.0.0

Declared In

SMRegistrationApplicationDelegate.h

– registrationDropped: required method

This method will be triggered when the registration of the SDK ends due to an error. When this method is triggered, you must repeat the registration process to continue using the SDK functionalities.

- (void)registrationDropped:(SMMobileError *)error

Parameters

error

reason of the registration drop event.

Availability

6.8.0

Discussion

This method will be triggered when the registration of the SDK ends due to an error. When this method is triggered, you must repeat the registration process to continue using the SDK functionalities.

Declared In

SMRegistrationApplicationDelegate.h

– notificationStateChanged: required method

This method will be called, when websocet notification state changed

- (void)notificationStateChanged:(SMNotificationStates)notificationState

Parameters

notificationState

{@link NotificationStates}

Availability

2.0.0

Discussion

This method will be called, when websocet notification state changed

Declared In

SMRegistrationApplicationDelegate.h

– internalErrorDidOccur: required method

This method will be call, if any internal error occurs when MobileSDK sends a request to SPiDR. This method will no longer available in version 6.11.0.

- (void)internalErrorDidOccur:(SMMobileError *)error

Parameters

error

SMMobileError

Availability

4.2.4

Discussion

This method will be call, if any internal error occurs when MobileSDK sends a request to SPiDR. This method will no longer available in version 6.11.0.

Declared In

SMRegistrationApplicationDelegate.h