Package com.bitheads.braincloud.client
Interface INetworkErrorCallback
public interface INetworkErrorCallback
Created by prestonjennings on 16-02-25.
-
Method Summary
Modifier and Type Method Description voidnetworkError()The networkError method is invoked whenever a network error is encountered communicating to the brainCloud server.
-
Method Details
-
networkError
void networkError()The networkError method is invoked whenever a network error is encountered communicating to the brainCloud server. Note this method is *not* invoked when FlushCachedMessages(true) is called.
-