TIMSetSelfInfoUpdatedCallback
Introduction
set self info updated callback
Parameter details
Parameter name | Parameter type | Required | Description |
---|---|---|---|
params | TIMSetSelfInfoUpdatedCallbackParam | yes | set self info updated callback |
Returned template
void
Return value details
This function has no return value
Code example
import TimRender from "im_electron_sdk/dist/renderer";
const timRenderInstance = new TimRender();
import {TIMSetSelfInfoUpdatedCallbackParam} from "im_electron_sdk/dist/interfaces"
let obj:TIMSetSelfInfoUpdatedCallbackParam = {
callback:function(data){},
user_data:""
}
timRenderInstance.TIMSetSelfInfoUpdatedCallback(obj)