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