Deprecated API


Contents
Deprecated Methods
com.pubnub.api.Pubnub.detailedHistory(String, boolean, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, boolean reverse, Callback callback) 
com.pubnub.api.Pubnub.detailedHistory(String, int, boolean, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, int count, boolean reverse, Callback callback) 
com.pubnub.api.Pubnub.detailedHistory(String, int, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, int count, Callback callback) 
com.pubnub.api.Pubnub.detailedHistory(String, long, boolean, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, long start, boolean reverse, Callback callback) 
com.pubnub.api.Pubnub.detailedHistory(String, long, long, boolean, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, long start, long end, boolean reverse, Callback callback) 
com.pubnub.api.Pubnub.detailedHistory(String, long, long, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, long start, long end, Callback callback) 
com.pubnub.api.Pubnub.detailedHistory(String, long, long, int, boolean, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Pubnub.history(String channel, long start, long end, int count, boolean reverse, Callback callback) 
com.pubnub.api.Callback.errorCallback(String, Object)
          as of version 3.5.2 and will be removed with 3.6.0 . Replaced by Callback.errorCallback(String channel, PubnubError error) 
com.pubnub.api.Pubnub.publish(Hashtable)
          As of version 3.5.2 . Will be removed in 3.6.0 . Methods accepting Hashtable as arguments have been deprecated. 
com.pubnub.api.Pubnub.publish(Hashtable, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . Methods accepting Hashtable as arguments have been deprecated. 
com.pubnub.api.Pubnub.subscribe(Hashtable)
          as of version 3.5.2 and will be removed with 3.6.0 . Methods accepting Hashtable as arguments have been deprecated. 
com.pubnub.api.Pubnub.subscribe(Hashtable, Callback)
          as of version 3.5.2 and will be removed with 3.6.0 . 
com.pubnub.api.Pubnub.unsubscribe(Hashtable)
          as of version 3.5.2 and will be removed with 3.6.0 . Methods accepting Hashtable as arguments have been deprecated.