コード例 #1
0
ファイル: Pubnub.cs プロジェクト: jddebruin/c-sharp-Temp
 public void GetChannelsForDevicePush <T>(PushTypeService pushType, string pushToken, Action <T> userCallback, Action <PubnubClientError> errorCallback)
 {
     pubnub.GetChannelsForDevicePush <T>(pushType, pushToken, userCallback, errorCallback);
 }