The method allows sending an iOS push notification token to the system.
Syntax and parameters
sdk.setPushTokenNotification(token: ios_token) { (tokenResponse) in
print("Token set response")
}
Name
Type
Requirement
Description
ios_token
string
required
iOS push notification token
Example of use
sdk.setPushTokenNotification(token: "93b033a394da31b3160b8e0a35b80b6c16eb99a22ed34e88afe2a117dd4bc601") { (tokenResponse) in
print("Token set response")
}