Exemple #1
0
 public void Init(Action onInited)
 {
     EventListenerManager.AddListener(ProtocolEnum.IM_CHANNEL_MESSAGE_NOTIFY, OnChannelMessageNotify);
     this.onInited = onInited;
     YvSDK_Init();
 }