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