You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attention: this method can't be used as is. It requires that client server to support this mechanism!
486
488
Sets necesarity to receive remote notifications by different visitors on one device. Without multivisitor section only last visitor can receive remote notifications.
487
489
`multivisitorSection` parameter – suffix for device ID. Each visitor has device ID. This parameter can split one device to some virtual devices.
488
490
Returns `self` with the functionality activation setting.
@@ -573,7 +575,7 @@ Error that is thrown when trying to create session object with invalid remote no
573
575
574
576
When client provides custom visitor authorization mechanism, it can be realised by providing custom authorization token which is used instead of visitor fields.
575
577
When provided authorization token is generated (or passed to session by client app), `update(providedAuthorizationToken:)` method is called. This method call indicates that client app must send provided authorisation token to its server which is responsible to send it to Webim service.
576
-
This mechanism can't be used as is. It requires that client server to support this mecahnism.
578
+
This mechanism can't be used as is. It requires that client server to support this mechanism.
Attention: this method can't be used as is. It requires that client server to support this mechanism!
740
747
Starts chat with particular department and custom fields. Department is identified by `departmentKey` parameter (see [getKey()](#get-key) of [Department](#department) protocol)
741
748
Changes [ChatState](#chat-state) to [queue](#queue).
742
749
In most cases method call is not mandatory, send message or send file methods start chat automatically. But it is mandatory when [VisitSessionState](#visit-session-state) is in [departmentSelection state](#department-selection).
@@ -745,6 +752,7 @@ Can throw errors of [AccessError](#access-error) type.
Attention: this method can't be used as is. It requires that client server to support this mechanism!
748
756
Starts chat with particular department and customFields and sends first message simultaneously. Department is identified by `departmentKey` parameter (see [getKey()](#get-key) of [Department](#department) protocol)
749
757
Changes [ChatState](#chat-state) to [queue](#queue).
750
758
In most cases method call is not mandatory, send message or send file methods start chat automatically. But it is mandatory when [VisitSessionState](#visit-session-state) is in [departmentSelection state](#department-selection).
@@ -764,6 +772,7 @@ Can throw errors of [AccessError](#access-error) type.
Attention: this method can't be used as is. It requires that client server to support this mechanism!
767
776
Sends a text message.
768
777
When calling this method, if there is an active [MessageTracker](#message-tracker) object. [added(message newMessage:,after previousMessage:) method](#added-message-new-message-after-previous-message)) with a message [sending case](#sending) in the status is also called.
Attention: this method can't be used as is. It requires that client server to support this mechanism!
777
787
Sends a text message.
778
788
When calling this method, if there is an active [MessageTracker](#message-tracker) object. [added(message newMessage:,after previousMessage:) method](#added-message-new-message-after-previous-message)) with a message [sending case](#sending) in the status is also called.
0 commit comments