Exemple #1
0
 /// <summary>
 /// Unregisters the push.
 /// </summary>
 /// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
 /// <remarks></remarks>
 public void UnregisterPush(KiiUnregisterPushCallback callback)
 {
     try
     {
         this.unregisterCallback = callback;
         kiiPush.Call("unregisterGCM");
     }
     catch (Exception e)
     {
         callback(e);
     }
 }
Exemple #2
0
 /// <summary>
 /// Unregisters the push.
 /// </summary>
 /// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
 /// <remarks></remarks>
 public void UnregisterPush(KiiUnregisterPushCallback callback)
 {
     try
     {
         Debug.Log("#####KiiPushReceiver.UnregisterPush");
         this.unregisterCallback = callback;
         kiiPush.Call("unregisterGCM");
     }
     catch (Exception e)
     {
         callback(e);
     }
 }
Exemple #3
0
 /// <summary>
 /// Unregisters the push.
 /// </summary>
 /// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
 /// <remarks></remarks>
 public void UnregisterPush(KiiUnregisterPushCallback callback)
 {
 }
Exemple #4
0
 /// <summary>
 /// Unregisters the push.
 /// </summary>
 /// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
 /// <remarks></remarks>
 public void UnregisterPush(KiiUnregisterPushCallback callback)
 {
     unregisterForRemoteNotifications();
     callback(null);
 }
		/// <summary>
		/// Unregisters the push.
		/// </summary>
		/// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
		/// <remarks></remarks>
		public void UnregisterPush(KiiUnregisterPushCallback callback)
		{
		}
		/// <summary>
		/// Unregisters the push.
		/// </summary>
		/// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
		/// <remarks></remarks>
		public void UnregisterPush(KiiUnregisterPushCallback callback)
		{
			try
			{
				this.unregisterCallback = callback;
				kiiPush.Call ("unregisterGCM");
			}
			catch (Exception e)
			{
				callback (e);
			}
		}
		/// <summary>
		/// Unregisters the push.
		/// </summary>
		/// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
		/// <remarks></remarks>
		public void UnregisterPush(KiiUnregisterPushCallback callback)
		{
			unregisterForRemoteNotifications ();
			callback (null);
		}
		/// <summary>
		/// Unregisters the push.
		/// </summary>
		/// <param name="callback">Callback delegate. If exception is null, execution is succeeded.</param>
		/// <remarks></remarks>
		public void UnregisterPush(KiiUnregisterPushCallback callback)
		{
			try
			{
				Debug.Log ("#####KiiPushReceiver.UnregisterPush");
				this.unregisterCallback = callback;
				kiiPush.Call ("unregisterGCM");
			}
			catch (Exception e)
			{
				callback (e);
			}
		}