updateDisplayNameOrder

open fun updateDisplayNameOrder(    @NonNull context: Context,     @NonNull displayNameOrderValue: String,     @Nullable callback: STWOperationCallback<STWAccountSettingsError>)

Call this method to change the display name order

See also

Parameters

context

Context:The application context

displayNameOrderValue

Stringthe display name order value to send, value that can be :

  • First Name = FN
  • Last Name = LN
callback

STWOperationCallback:

To handle operation result :

  • 1- success
  • 2- error