set Signed String
abstract fun setSignedString(@Nullable @Size(min = 1 ) signedString: String): RegistrationManager.Editor
Setter for "Signed String" in the SDK. The value
is passed through the SDK to the Marketing Cloud Servers and can be used as a means to authenticate devices/contacts.
Setting this value to null will remove the field from the Registration payload. All other non-empty String values are passed along as-is. Empty values are ignored.
This feature must be enabled on your account by your account manager prior to use.
Return
Parameters
signed String
can be null or any non-empty string.