update Display Name Order
open fun updateDisplayNameOrder( @NonNull context: Context, @NonNull displayNameOrderValue: String, @Nullable callback: STWOperationCallback<STWAccountSettingsError>)
Content copied to clipboard
Call this method to change the display name order
See also
Parameters
context
Context:The application context
display Name Order Value
Stringthe display name order value to send, value that can be :
- First Name = FN
- Last Name = LN
callback