Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Instant Message | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Each IMService object represents one service available through iChat. Class methods such as allServices and serviceWithName will return these objects. Each object acts as the liaison to its single service, allowing you to access the individual user's global status, the user's list of acquaintances, and other information which can be integrated into your application.
You may want to subclass the InstantMessageMBS class to get events for changes.
All methods in this class will catch exceptions from Cocoa and raise a NSExceptionMBS instead. Using the message, name and reason properties you can see what was the reason for this exception. Please report if you find a method which does not handle exceptions correct.
Constant | Value | Description |
---|---|---|
IMPersonStatusAvailable | 4 | A status constant. |
IMPersonStatusAway | 3 | A status constant. |
IMPersonStatusIdle | 2 | A status constant. |
IMPersonStatusNoStatus | 5 |
The status constant for persons where the status is unknown.
Mac OS X 10.5 only. |
IMPersonStatusOffline | 1 | A status constant. |
IMPersonStatusUnknown | 0 | A status constant. |
IMServiceStatusDisconnected | 1 | A status constant. |
IMServiceStatusLoggedIn | 4 | A status constant. |
IMServiceStatusLoggedOut | 0 | A status constant. |
IMServiceStatusLoggingIn | 3 | A status constant. |
IMServiceStatusLoggingOut | 2 | A status constant. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacCocoa Plugin.
IMRectangleInfo7MBS - InformixMBS