Ejemplo n.º 1
0
 public void GetChannelsForDevicePush <T>(PushTypeService pushType, string pushToken, Action <T> userCallback, Action <PubnubClientError> errorCallback)
 {
     pubnub.GetChannelsForDevicePush <T>(pushType, pushToken, userCallback, errorCallback);
 }