update User Custom Alias
open fun updateUserCustomAlias( @NonNull context: Context, @NonNull newCustomAlias: String, @Nullable callBack: STWOperationCallback<STWAccountSettingsError>)
Content copied to clipboard
Call this method to update the user custom alias
Parameters
context
Context:The application context
new Custom Alias
String:The new user custom alias
call Back