public static interface User.MetaDataHandler
User.createMetaData(Map, MetaDataHandler)
and
User.updateMetaData(Map, MetaDataHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(java.util.Map<java.lang.String,java.lang.String> metaDataMap,
SendBirdException e)
A callback for when meta data is created or updated.
|
void onResult(java.util.Map<java.lang.String,java.lang.String> metaDataMap, SendBirdException e)
metaDataMap
- Meta data key-value map for result.e
- null
if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.