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)registrationStateParameters
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 *)errorParameters
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)notificationStateParameters
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 WebRTC GW. This method will no longer available in version 6.11.0.
- (void)internalErrorDidOccur:(SMMobileError *)errorParameters
error |
|---|
Availability
4.2.4
Discussion
This method will be call, if any internal error occurs when MobileSDK sends a request to WebRTC GW. This method will no longer available in version 6.11.0.
Declared In
SMRegistrationApplicationDelegate.h