What is the unregisterConnection() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the unregisterConnection() method?
Rating:
The unregisterConnection() method is a method of the PushRegistry class. It is used to eliminate a dynamic push connection of a MIDlet. The general syntax of this method is as follows:
Here, the con parameter specifies the connection url string. It comprises a protocol, a host, and a port number.
It returns true if the unregistration operation is successful. It returns false if the connection is not registered or if the con argument is empty.
Rating:
Was this information helpful?
Other articles
- What is the setAddress() method?
- What is the setString() method?
- What is the deleteRecord() method?
- What is WMA?
- What is the RecordEnumeration interface?