updateUserCustomAlias

open fun updateUserCustomAlias(    @NonNull context: Context,     @NonNull newCustomAlias: String,     @Nullable callBack: STWOperationCallback<STWAccountSettingsError>)

Call this method to update the user custom alias

Parameters

context

Context:The application context

newCustomAlias

String:The new user custom alias

callBack

STWOperationCallback:

To handle operation result :

  • 1-success
  • 2-error