| Osp::App::AppControl | This class represents application control behavior |
| Osp::App::Application | This class is the base class of a bada application |
| Osp::App::AppManager | This class manages all applications |
| Osp::App::AppRegistry | This class manages an application's preferences |
| Osp::App::AppResource | This class manages an application's resources |
| Osp::App::IAppControlEventListener | This interface implements a listener for the AppControl events |
| Osp::App::IAppFrame | This interface provides methods for the application frame |
| Osp::App::NotificationManager | This class provides functions to alert the notification to user |
| Osp::Base::Boolean | This class is the wrapper class for the bool data type |
| Osp::Base::Buffer< Type > | This class represents a linear finite sequence of elements of the same type |
| Osp::Base::BufferBase | This class is the abstract base class of all buffer classes |
| Osp::Base::ByteBuffer | This class represents a contiguous sequence of the byte ( unsigned char) built-in type |
| Osp::Base::Character | This class is the wrapper class for the mchar built-in type |
| Osp::Base::Collection::ArrayList | This class represents a collection of objects that can be individually accessed by index |
| Osp::Base::Collection::ArrayListT< Type > | This class represents a template-based collection of objects that can be individually accessed by an index |
| Osp::Base::Collection::HashMap | This class represents a collection of associated keys and values that are organized based on the hash code of the key |
| Osp::Base::Collection::HashMapT< KeyType, ValueType > | This class represents a template-based collection of associated keys and values that are organized based on the hash code of the key |
| Osp::Base::Collection::IBidirectionalEnumerator | This interface supports a bidirectional iteration over a collection. One can only access the elements in a collection through the IBidirectionalEnumerator. The elements cannot be modified through this interface |
| Osp::Base::Collection::IBidirectionalEnumeratorT< Type > | This interface supports a bidirectional iteration over a collection. One can only access the elements in a collection through the IBidirectionalEnumeratorT. The elements cannot be modified through this interface |
| Osp::Base::Collection::ICollection | This interface represents a collection of objects. It defines the size, enumerators, and the synchronization mechanism |
| Osp::Base::Collection::ICollectionT< Type > | This interface represents a template-based collection of objects. It defines the size, enumerators, and the synchronization mechanism |
| Osp::Base::Collection::IComparer | This interface allows a derived classs to compare two objects of the same type |
| Osp::Base::Collection::IComparerT< Type > | This interface allows derived classes to compare two objects of the same type (<Type>) |
| Osp::Base::Collection::IEnumerator | This interface supports a simple iteration over a collection. One can only access the elements in a collection through IEnumerator. The elements cannot be modified through this interface |
| Osp::Base::Collection::IEnumeratorT< Type > | This interface supports a simple iteration over a template-based collection. One can only access the elements in a collection through IEnumeratorT. The elements cannot be modified through this interface |
| Osp::Base::Collection::IHashCodeProvider | This interface represents classes that can provide the hash code of a specific type of object |
| Osp::Base::Collection::IHashCodeProviderT< Type > | This interface represents classes that can provide the hash code of a specific type of object |
| Osp::Base::Collection::IList | This interface represents a collection of objects that can be individually accessed by an index |
| Osp::Base::Collection::IListT< Type > | This interface represents a template-based collection of objects that can be individually accessed by an index |
| Osp::Base::Collection::IMap | This interface represents a collection of key-value pairs |
| Osp::Base::Collection::IMapEnumerator | This interface supports a simple iteration over a map. Using this method, you can only access the elements in the map. You cannot modify the elements |
| Osp::Base::Collection::IMapEnumeratorT< KeyType, ValueType > | This interface supports a simple iteration over a template-based map. Using this method, you can only access the elements in the map. You cannot modify the elements |
| Osp::Base::Collection::IMapT< KeyType, ValueType > | This interface represents a collection of key-value pairs |
| Osp::Base::Collection::IMultiMap | This interface represents a collection of key-value pairs |
| Osp::Base::Collection::IMultiMapT< KeyType, ValueType > | This interface represents a template-based collection of key-value pairs |
| Osp::Base::Collection::LinkedList | This class represents a collection of objects that can be individually accessed by index |
| Osp::Base::Collection::LinkedListT< Type > | This class represents a template-based collection of objects that can be individually accessed by index |
| Osp::Base::Collection::MapEntry | This class represents a key-value pair |
| Osp::Base::Collection::MapEntryT< KeyType, ValueType > | This class represents a key-value pair |
| Osp::Base::Collection::MultiHashMap | This class represents a collection of associated keys and values that are organized based on the hash code of the key |
| Osp::Base::Collection::MultiHashMapT< KeyType, ValueType > | This class represents a template-based collection of associated keys and values that are organized based on the hash code of the key |
| Osp::Base::Collection::Queue | This class represents a first-in-first-out collection of objects |
| Osp::Base::Collection::QueueT< Type > | This class represents a template-based queue (a first-in-first-out collection of objects) |
| Osp::Base::Collection::Stack | This class represents a simple last-in-first-out collection of objects |
| Osp::Base::Collection::StackT< Type > | This class represents a template-based stack (a last-in-first-out collection of objects) |
| Osp::Base::ComparerT< Type > | This class compares two specified values of the primitive type |
| Osp::Base::DateTime | This class represents the date & time as per the Gregorian calendar |
| Osp::Base::Double | This class is the wrapper class for the signed double built-in type |
| Osp::Base::DoubleComparer | This class compares two instances of the Double type for equivalence |
| Osp::Base::Float | This class is the wrapper class for the signed float built-in type |
| Osp::Base::FloatComparer | This class compares two instances of the Float type for equivalence |
| Osp::Base::Int8 | This class is the wrapper class for the signed char built-in type |
| Osp::Base::Int8Comparer | This class compares two instances of Int8 for equivalence |
| Osp::Base::Integer | This class is the wrapper class for the signed int built-in type |
| Osp::Base::IntegerComparer | This class compares two instances of the Integer type for equivalence |
| Osp::Base::Long | This class is the wrapper class for the signed long built-in type |
| Osp::Base::LongComparer | This class compares two instances of the Long type for equivalence |
| Osp::Base::LongLong | This class is the wrapper class for the signed long long built-in type |
| Osp::Base::LongLongComparer | This class compares two instances of the LongLong type for equivalence |
| Osp::Base::Number | This class is the base class of all wrapped numeric types |
| Osp::Base::Object | This class is the root class of bada |
| Osp::Base::Runtime::IEventListener | This is a tagging interface that all event listeners must implement |
| Osp::Base::Runtime::IRunnable | This interface is the basic unit of the task. Also, it is the execution unit of the thread. This interface should be inherited by any class whose instances will run on the thread |
| Osp::Base::Runtime::ITimerEventListener | This interface is the listener of the timer event |
| Osp::Base::Runtime::Monitor | This is one of the synchronization mechanisms. It not only provides acquire/release semantics (by Enter/Exit), but also wait/notify semantics (by Wait/Notify/NotifyAll) |
| Osp::Base::Runtime::Mutex | This class represents a mutex; one type of synchronization mechanism |
| Osp::Base::Runtime::Semaphore | This class represents a semaphore; one type of synchronization mechanism. It can provide the acquiring semantics. |
| Osp::Base::Runtime::Thread | This class is the fundamental classes for the asynchronous execution of a thread |
| Osp::Base::Runtime::Timer | This class provides the timer service |
| Osp::Base::Short | This class is the wrapper class for the signed short built-in type |
| Osp::Base::ShortComparer | This class compares two instances of the Short type for equivalence |
| Osp::Base::String | This class represents a mutable sequence of Unicode characters |
| Osp::Base::StringComparer | This class compares two instances of the String type for equivalence |
| Osp::Base::TimeSpan | This class represents a time interval |
| Osp::Base::Utility::Math | This class is the wrapper class for Math Library |
| Osp::Base::Utility::StringTokenizer | This class implements StringTokenizer |
| Osp::Base::Utility::StringUtil | This class provides various utility methods for String |
| Osp::Base::Utility::Uri | This class provides useful methods for URI |
| Osp::Base::UuId | This class is the base class of the wrapped UUID types and provides useful operators |
| Osp::Commerce::Store::IItemServiceListener | This interface represents a listener that receives events associated with Osp::Commerce::Store::ItemService class |
| Osp::Commerce::Store::IPurchaseServiceListener | This interface represents a listener that receives events associated with Osp::Commerce::Store::PurchaseService class |
| Osp::Commerce::Store::ItemInfo | This class represents item information in an application |
| Osp::Commerce::Store::ItemService | This class contains functionalities to query item information |
| Osp::Commerce::Store::PurchaseInfo | This class represents purchase information in an application |
| Osp::Commerce::Store::PurchaseService | This class contains functionalities to purchase item and query purchase information |
| Osp::Content::AudioContentInfo | This class represents the audio contents information |
| Osp::Content::AudioMetadata | This class represents the audio metadata |
| Osp::Content::ContentInfo | This class represents the content information |
| Osp::Content::ContentManager | This class represents local content management |
| Osp::Content::ContentManagerUtil | This class represents contents utility |
| Osp::Content::ContentSearch | This class represents the content search |
| Osp::Content::ContentSearchResult | This class represents the content search result |
| Osp::Content::ContentTransfer | This class contains methods to upload or download content |
| Osp::Content::DownloadDescriptor | This class represents the Download Descriptor for OMA DL |
| Osp::Content::IContentTransferListener | This interface is a listener that receives events associated with ContentTransfer |
| Osp::Content::ImageContentInfo | This class represents image content metadata |
| Osp::Content::ImageMetadata | This class represents image metadata |
| Osp::Content::IRemoteAdvancedSearchListener | This interface is a listener that receives events associated with RemoteAdvancedSearch |
| Osp::Content::IRemoteContentManagerListener | This interface is a listener that receives events associated with RemoteContentManager |
| Osp::Content::IRemoteContentSearchListener | This interface is a listener that receives events associated with RemoteContentSearch |
| Osp::Content::IRemoteContentSharingListener | This interface is a listener that receives events associated with RemoteContentSharing |
| Osp::Content::IRssManagerListener | This interface is a listener that receives events associated with RssManager |
| Osp::Content::RemoteAdvancedSearch | This class represents the remote advanced search |
| Osp::Content::RemoteAdvancedSearchResult | This class represents the result of the remote advanced search |
| Osp::Content::RemoteCategory | This class represents the remote category |
| Osp::Content::RemoteContentInfo | This class represents remote content information |
| Osp::Content::RemoteContentManager | This class represents remote content management |
| Osp::Content::RemoteContentSearch | This class represents the remote content search |
| Osp::Content::RemoteContentSharing | This class contains methods to share contents on the bada Server |
| Osp::Content::RssFeedInfo | This class represents the RSS feed information |
| Osp::Content::RssItemInfo | This class manages the RSS item element Information |
| Osp::Content::RssManager | This class represents the RSS Manager |
| Osp::Content::VideoContentInfo | This class represents video content metadata |
| Osp::Content::VideoMetadata | This class represents video metadata |
| Osp::Device::ISyncListener | This class defines the ISyncListener interface which notifies the progress information of the synchronization service |
| Osp::Device::SyncManager | This class represents the SyncManager |
| Osp::Device::SyncProgressInfo | This class contains information about the synchronization progress |
| Osp::Graphics::Bitmap | This class encapsulates a bitmap |
| Osp::Graphics::BufferInfo | This class encapsulates the extra information of Osp::Graphics::Canvas |
| Osp::Graphics::Canvas | This class provides methods for drawing objects |
| Osp::Graphics::Color | This class encapsulates a color |
| Osp::Graphics::Dimension | This class represents the width and height of a 2-dimensional region |
| Osp::Graphics::Font | This class encapsulates font information |
| Osp::Graphics::Point | This class encapsulates a point in a 2-dimensional coordinate system |
| Osp::Graphics::Rectangle | This class abstracts a rectangular region |
| Osp::Io::Database | This class implements database-related methods |
| Osp::Io::DbEnumerator | Method for navigating the result of DbStatement |
| Osp::Io::DbStatement | Method for creating and evaluating pre-compiled statements |
| Osp::Io::Directory | This class provides methods to operate on directories |
| Osp::Io::DirEntry | This class stores the information about each directory entry |
| Osp::Io::DirEnumerator | This class provides methods to access the collection of a specific directory entry list. Generally, DirEnumerator is instantiated by the Directory::ReadN() method, and used to get DirEntry objects which have directory entry information |
| Osp::Io::File | Basic file I/O operations such as read, write, create, remove, and so on |
| Osp::Io::FileAttributes | Collection of basic file attributes |
| Osp::Io::Registry | This class provides a mechanism to access the registry file. Registry consists of several sections and each section can have several entries, but only to a single depth. An entry consists of a name-value pair. The entry name must be unique inside the same section. The entry value must be one of the following data types: int, double, float, String, UuId, ByteBuffer |
| Osp::Locales::Calendar | This class represents a Calendar |
| Osp::Locales::Currency | This class represents Currency |
| Osp::Locales::DateTimeFormatter | This class is for formatting the date and time formats |
| Osp::Locales::DateTimeSymbols | This class is for the DateTimeSymbols |
| Osp::Locales::GregorianCalendar | This class is a concrete subclass of Calendar and provides the standard calendar used most commonly |
| Osp::Locales::Locale | This class is for the Locale identification |
| Osp::Locales::LocaleManager | This class is for the LocaleManager identification |
| Osp::Locales::NumberFormatter | This class is for Number formatting |
| Osp::Locales::NumberSymbols | This class is for the NumberSymbols |
| Osp::Locales::TimeRule | This class is for setting and getting the TimeRule |
| Osp::Locales::TimeZone | This class represents Time Zones |
| Osp::Locations::AddressInfo | This class encapsulates textual address information about a location |
| Osp::Locations::CircleGeographicArea | This class represents a circular geographical area on a WGS 84 Ellipsoid (see reference [WGS84]) |
| Osp::Locations::Controls::IMapEventListener | This interface is used as the argument to map event listener |
| Osp::Locations::Controls::IMapInfoWindow | This interface is used as the most prime interface of the MapInfoWindow class |
| Osp::Locations::Controls::IMapInfoWindowEventListener | This interface is used as the argument to map the info window event listener |
| Osp::Locations::Controls::IMapOverlay | This interface is used as the most prime interface of the Mapview overlay |
| Osp::Locations::Controls::IMapOverlayEventListener | This interface is used as the argument to map the info window event listener |
| Osp::Locations::Controls::Map | This class represents a dynamic map |
| Osp::Locations::Controls::MapOverlayCircle | This class defines common behaviors for a circle |
| Osp::Locations::Controls::MapOverlayMarker | This class defines common behaviors for MapOverlayMarker |
| Osp::Locations::Controls::MapOverlayPolygon | This class defines common behaviors for a polygon |
| Osp::Locations::Controls::MapOverlayPolyline | This class defines common behaviors for a polyline |
| Osp::Locations::Controls::MapOverlayRectangle | This class defines common behaviors for a rectangle |
| Osp::Locations::Controls::MapOverlayShape | This class defines common behaviors for shapes |
| Osp::Locations::Controls::NativeMapInfoWindow | This class is used as the implement class of NativeMapInfoWindow |
| Osp::Locations::Controls::NativeMapOverlay | This class is used as the implement class of NativeMapOverlay |
| Osp::Locations::Coordinates | This class contains methods to manipulate coordinates |
| Osp::Locations::GeographicArea | This class represents a geographical area on the surface of a WGS 84 Ellipsoid (see reference [WGS84]) |
| Osp::Locations::IAreaListener | This interface represents a listener to events associated with crossing the boundary of the given geographical area |
| Osp::Locations::ILandmarkSearchListener | This interface represents a listener that receives events associated with searching for landmarks in the landmark store |
| Osp::Locations::ILocationListener | This interface represents a listener that receives events associated with a particular LocationProvider |
| Osp::Locations::ILocationReportListener | This interface represents a listener that receives events associated with reporting location state changes to the bada Server |
| Osp::Locations::IRemoteLandmarkStoreListener | This interface represents a listener that receives events associated with Osp::Locations::RemoteLandmarkStore class |
| Osp::Locations::IRemoteLocationListener | This interface represents a listener that receives events associated with the RemoteLocationProvider |
| Osp::Locations::ITraceServiceListener | This interface represents a listener that receives events associated with the trace service |
| Osp::Locations::IZoneServiceListener | This interface represents a listener that receives events associated with zone service |
| Osp::Locations::Landmark | This class represents a landmark, such as a known location with a name |
| Osp::Locations::Landmark::UrlInfo | This class holds a URL and a description about that URL |
| Osp::Locations::LandmarkFilter | This class holds a number of filters which are used for landmark searching |
| Osp::Locations::LandmarkPropertySelector | This class selects which properties of the specified landmarks are to be filled from the landmark store |
| Osp::Locations::LandmarkStore | This class provides methods to store, delete and retrieve landmarks from a persistent landmark store. |
| Osp::Locations::Location | This class represents the standard set of basic location information |
| Osp::Locations::LocationProvider | This class is for the applications using location information |
| Osp::Locations::PolygonGeographicArea | This class represents a polygon geographical area on a WGS 84 Ellipsoid |
| Osp::Locations::QualifiedCoordinates | This class is for the QualifiedCoordinates |
| Osp::Locations::RectangleGeographicArea | This class represents a rectangular geographical area on a WGS 84 Ellipsoid (see reference [WGS84]) |
| Osp::Locations::RectangleZoneServiceInfo | This class is for the service information for the rectangle zone service |
| Osp::Locations::RemoteLandmarkStore | This class provides methods to store, delete, and retrieve landmarks to/from the landmark store on the server side |
| Osp::Locations::RemoteLandmarkStoreInfo | This class represents the information about a remote landmark store |
| Osp::Locations::RemoteLocationProvider | This class provides services to report a remote location to/from server, and subscribe/unsubscribe to zone and trace service |
| Osp::Locations::SatelliteInfo | This class provides the satellite information |
| Osp::Locations::SatelliteInfo::SatelliteDisplayInfo | This class is for the satellite display information |
| Osp::Locations::ServiceInfo | This class is for the service information for zone and trace service |
| Osp::Locations::Services::DirectoryFilter | This class represents the search filter for directory service provider. |
| Osp::Locations::Services::DirectoryServicePreferences | This class encapsulates the preferences related to a directory service provider. |
| Osp::Locations::Services::GeocodingServicePreferences | This class encapsulates the preferences related to a geocoding service provider |
| Osp::Locations::Services::IDirectoryServiceListener | This interface provides a callback mechanism for the directory service providers to send information about the service request to applications |
| Osp::Locations::Services::IDirectoryServiceProvider | This interface accesses the services offered by directory service providers |
| Osp::Locations::Services::IGeocodingServiceListener | This interface provides a callback mechanism for the geocoding service providers to send information about the service request to applications |
| Osp::Locations::Services::IGeocodingServiceProvider | This interface collects the services that geocoding service providers offer. |
| Osp::Locations::Services::IMaps | This class represents a dynamic map generated by a map service provider. |
| Osp::Locations::Services::IMapServiceListener | This interface provides a callback mechanism for the map service providers to send information about the service request to applications. Applications implement this interface and register it in the service request in IMapServiceProvider to obtain information from the service provider. The relationship with the IMapServiceProvider methods is described in the IMapServiceProvider interface |
| Osp::Locations::Services::IMapServiceProvider | This interface collects the services that map providers offer. |
| Osp::Locations::Services::IRouteServiceListener | This interface provides a callback mechanism for route service providers to announce their state and results to applications |
| Osp::Locations::Services::IRouteServiceProvider | This interface encapsulates the services offered by the route service providers |
| Osp::Locations::Services::IServiceProvider | This interface implements a listner for all service providers |
| Osp::Locations::Services::MapServicePreferences | This class captures the preferences related to map service providers |
| Osp::Locations::Services::ProviderCapabilities | This class collects the information about the capabilities of a service provider |
| Osp::Locations::Services::ProviderManager | This class is the starting point for using the service provider interfaces in the Location API 2.0 |
| Osp::Locations::Services::Route | This class represents a route |
| Osp::Locations::Services::RouteSegment | This class represents a segment of a route |
| Osp::Locations::Services::RouteServicePreferences | This class captures the preferences related to route service providers |
| Osp::Locations::Services::ServicePreferences | This class contains the mechanism to control the service provider preferences |
| Osp::Locations::TargetInfo | This class is for the target information, and includes the user ID and the optional device ID |
| Osp::Locations::TraceServiceInfo | This class represents the service information for the trace service |
| Osp::Media::AudioRecorder | This class is used to record audio |
| Osp::Media::Camera | This class is used to control the camera device |
| Osp::Media::DrmConstraintInfo | This class represents the constraints of the DRM |
| Osp::Media::DrmInfo | This is the information class for DRM content |
| Osp::Media::IAudioRecorderEventListener | This interface represents a listener that receives events associated with the AudioRecorder |
| Osp::Media::ICameraEventListener | This interface represents a listener that receives events associated with the Camera |
| Osp::Media::Image | This class is used for handling images |
| Osp::Media::IPlayerEventListener | This interface is a listener for the media playing events |
| Osp::Media::IVideoRecorderEventListener | This interface represents a listener that receives events associated with the VideoRecorder |
| Osp::Media::Player | This class provides methods to play audio and video |
| Osp::Media::VideoRecorder | This class is used to record video |
| Osp::Messaging::EmailManager | This class provides methods to use the e-mail messaging service |
| Osp::Messaging::EmailMessage | This class provides methods to create and send e-mail messages |
| Osp::Messaging::IEmailListener | This interface provides methods to handle responses to asynchronous e-mail sending methods |
| Osp::Messaging::IMmsListener | This interface should be implemented to listen for responses to asynchronous MMS sending calls |
| Osp::Messaging::IPushEventListener | This is the listener interface for receiving push messages |
| Osp::Messaging::ISmsListener | This interface should be implemented to listen for responses to asynchronous SMS send operations |
| Osp::Messaging::MmsManager | This class provides methods to use the MMS messaging service |
| Osp::Messaging::MmsMessage | This class represents MMS messages |
| Osp::Messaging::PushManager | This class provides methods to use the push messaging service |
| Osp::Messaging::PushMessage | This class provides methods for handling a push message |
| Osp::Messaging::RecipientList | This class provides the abstract data type for recipients |
| Osp::Messaging::SmsManager | This class provides methods to use the SMS messaging service |
| Osp::Messaging::SmsMessage | This class provides SMS messaging capabilities |
| Osp::Net::Bluetooth::BluetoothAddress | This class is a utility class for the operation of Bluetooth addresses |
| Osp::Net::Bluetooth::BluetoothDevice | This class reads information and performs operations on a remote Bluetooth device |
| Osp::Net::Bluetooth::BluetoothManager | This class is used to get information about devices and discover objects, as well as to configure the Bluetooth stack |
| Osp::Net::Bluetooth::BluetoothOppAgent | This class provides methods to handle the connection request and service registration services in the Bluetooth Object Push Profile (OPP) layer |
| Osp::Net::Bluetooth::BluetoothOppService | This class provides methods to handle Bluetooth Object Push Profile (OPP) services, such as incoming connection requests |
| Osp::Net::Bluetooth::BluetoothOppSession | This class provides functionality to handle Bluetooth Object Push Profile (OPP) sessions, such as outgoing connection requests |
| Osp::Net::Bluetooth::BluetoothSppAgent | This class provides methods to handle the connection request and service registration services in the Bluetooth Generic Serial Port Profile (SPP) layer |
| Osp::Net::Bluetooth::BluetoothSppService | This class provides methods to handle Bluetooth Serial Port Profile (SPP) services, such as incoming connection requests |
| Osp::Net::Bluetooth::BluetoothSppSession | This class provides methods to handle Bluetooth Serial Port Profile (SPP) sessions, such as outgoing connection requests |
| Osp::Net::Bluetooth::IBluetoothManagerEventListener | This interface implements the listener for BluetoothManager events |
| Osp::Net::Bluetooth::IBluetoothOppServiceEventListener | This interface implements the listener for BluetoothOppService events |
| Osp::Net::Bluetooth::IBluetoothOppSessionEventListener | This interface is the listener of BluetoothOppSession events |
| Osp::Net::Bluetooth::IBluetoothSppServiceEventListener | This interface is the listener of BluetoothSppService events |
| Osp::Net::Bluetooth::IBluetoothSppSessionEventListener | This interface implements the listener for BluetoothSppSession events |
| Osp::Net::Dns | This class provides a way to access the resolver of the Domain Name System |
| Osp::Net::Http::HttpAuthentication | This class represents an HTTP authentication |
| Osp::Net::Http::HttpCookie | This class represents an Http cookie |
| Osp::Net::Http::HttpCookieStorageManager | This class represents a collection of Http cookies of a particular session |
| Osp::Net::Http::HttpCredentials | This class represents the credentials required for authentication |
| Osp::Net::Http::HttpHeader | This class encapsulates header fields associated with a message |
| Osp::Net::Http::HttpMessage | This class is the base class for HttpRequest and HttpResponse |
| Osp::Net::Http::HttpRequest | This class represents a request message |
| Osp::Net::Http::HttpResponse | This class represents a response message |
| Osp::Net::Http::HttpSession | This class represents an HTTP session |
| Osp::Net::Http::HttpTransaction | This class represents an HTTP transaction |
| Osp::Net::Http::IHttpTransactionEventListener | This interface implements listeners for Http transaction events |
| Osp::Net::IDnsEventListener | This interface implements listeners for Dns events |
| Osp::Net::INetConnectionEventListener | This interface implements listeners for network connection events |
| Osp::Net::Ip4Address | This class represents an Internet Protocol version 4 (IPv4) address |
| Osp::Net::IpAddress | This abstract class encapsulates an Internet Protocol (IP) address and methods to manipulate it |
| Osp::Net::IpHostEntry | This class encapsulates Internet host address information |
| Osp::Net::NetAccountInfo | This class provides methods for all network accounts |
| Osp::Net::NetAccountManager | This class provides methods for creating, deleting, and administering network accounts in the system |
| Osp::Net::NetConnection | This class provides methods for all network connections |
| Osp::Net::NetConnectionInfo | This class represents a base type for representing information on network connections |
| Osp::Net::NetEndPoint | This class identifies a network address |
| Osp::Net::NetStatistics | This class represents statistical information on the packet-switched (PS) data call |
| Osp::Net::Sockets::IpMulticastRequestOption | This class supports multicasting in sockets. For multicasting, a socket must be of the type NET_SOCKET_TYPE_DATAGRAM |
| Osp::Net::Sockets::ISecureSocketEventListener | This interface contains an event listener for applications which issue secure socket requests |
| Osp::Net::Sockets::ISocketEventListener | This interface contains a listener for Socket events |
| Osp::Net::Sockets::LingerOption | This class specifies whether a Socket remains connected after a call to Close() and the length of time it remains connected, if data remains to be sent |
| Osp::Net::Sockets::SecureSocket | This class provides the SSL supported socket with security features |
| Osp::Net::Sockets::Socket | Socket is a base class that provides simple methods for sending and receiving data over a network |
| Osp::Net::Sockets::SocketUtility | This class provides utility methods for the Socket class |
| Osp::Net::Wifi::AdhocPeerInfo | This class represents a base type for representing information on the ad hoc neighbor peer |
| Osp::Net::Wifi::AdhocService | This class provides methods for the opening service through an ad-hoc network |
| Osp::Net::Wifi::IAdhocServiceEventListener | This interface implements listeners for Ad-hoc service events |
| Osp::Net::Wifi::IWifiManagerEventListener | This interface implements listeners for WifiManager events |
| Osp::Net::Wifi::WifiManager | This class provides methods for the local Wi-Fi device management |
| Osp::Net::Wifi::WifiNetAccountInfo | This class provides functionality to control the WLAN network accounts |
| Osp::Net::Wifi::WifiSecurityInfo | This class provides functionality to manage the security information of a Wi-Fi network |
| Osp::Security::AesSecureRandom | This class generates a secure random object with the Advanced Encryption Standard (AES) |
| Osp::Security::Cert::ICertificate | This interface is for managing a variety of identity certificates |
| Osp::Security::Cert::ICertificatePath | This interface is used to validate the certificate path, and to get more information about it |
| Osp::Security::Cert::ICertificatePathValidationParameter | This is the header file for the ICertificatePathValidationParameter interface |
| Osp::Security::Cert::ICertificateSelector | This interface is a selector that defines a set of criteria for selecting certificates |
| Osp::Security::Cert::ICertificateStore | This is an interface for retrieving and managing certificates from a repository |
| Osp::Security::Cert::X509Certificate | This class is for generating an ICertificateStore with the given parameters |
| Osp::Security::Cert::X509CertificatePath | This class is for the certificate path |
| Osp::Security::Cert::X509CertificatePathValidationParameter | This class is used for certificate validation |
| Osp::Security::Cert::X509CertificateSelector | This class is for generating a ICertificateStore with the given parameters |
| Osp::Security::Crypto::AesCipher | This class provides methods for encryption and decryption using the Advanced Encryption Standard (AES) |
| Osp::Security::Crypto::DesCipher | This class provides methods for encryption and decryption using the Data Encryption Standard (DES) |
| Osp::Security::Crypto::DesEdeCipher | This class provides methods for encryption and decryption using the Data Encryption Standard in the Encrypt-Decrypt-Encrypt (DES-EDE) mode |
| Osp::Security::Crypto::IAsymmetricCipher | This interface providing the functionality of an asymmetric cryptographic cipher for encryption and decryption |
| Osp::Security::Crypto::IHash | This interface provides the functionality of a hash algorithm |
| Osp::Security::Crypto::IHmac | This interface provides the functionality of a HMAC algorithm |
| Osp::Security::Crypto::ISignature | This interface provides the functionality of a digital signature algorithm |
| Osp::Security::Crypto::ISymmetricCipher | This interface provides the functionalities of a symmetric cryptographic cipher for encryption and decryption |
| Osp::Security::Crypto::Md5Hash | This class implements the MD5 hash funtcion |
| Osp::Security::Crypto::Md5Hmac | This class implements the MD5 HMAC |
| Osp::Security::Crypto::RsaCipher | This class defines methods for RSA chiphering |
| Osp::Security::Crypto::RsaSignature | This class implements RSA signatures |
| Osp::Security::Crypto::Sha1Hash | This class implements the SHA-1 hash function |
| Osp::Security::Crypto::Sha1Hmac | This class implements the SHA-1 HMAC algorithm |
| Osp::Security::Crypto::Sha2Hash | This class implements the SHA-2 hash function |
| Osp::Security::Crypto::Sha2Hmac | This class implements the SHA-2 HMAC algorithm |
| Osp::Security::DesEdeSecureRandom | This class generates a secure random object with the Data Encryption Standard in the Encrypt-Decrypt-Encrypt (DES-EDE) mode |
| Osp::Security::DesSecureRandom | This class generates a secure random object with the Data Encryption Standard (DES) |
| Osp::Security::IKey | This interface defines the functionality shared by all key objects |
| Osp::Security::IKeyPairGenerator | This interface represents the abstract methods for generating a pair of public and private keys |
| Osp::Security::IPrivateKey | This interface defines the functionality shared by all private key objects |
| Osp::Security::IPublicKey | This interface defines the functionality shared by all public key objects |
| Osp::Security::ISecretKey | This interface defines the functionality shared by all secret key objects |
| Osp::Security::ISecretKeyGenerator | This is the interface of abstract methods for generating a secret (symmetric) key |
| Osp::Security::ISecureRandom | This interface represents the abstract methods for generating a secure random object. |
| Osp::Security::KeyPair | This class is a simple holder for a key pair (a public key and a private key) |
| Osp::Security::KeyPairGenerator | This class generates a pair of public and private keys with the Public Key algorithm |
| Osp::Security::PrivateKey | This class represents a RSA private key |
| Osp::Security::PublicKey | This is the header file for the PublicKey class |
| Osp::Security::SecretKey | This class specifies a secret key |
| Osp::Security::SecretKeyGenerator | This is the class for generating a secret (symmetric) key |
| Osp::Social::Activity | This class provides methods for various lifelog activities |
| Osp::Social::Address | This class represents the structured address type representing the ADR type definition of the vCard MIME Directory Profile specification (RFC 2426) |
| Osp::Social::Addressbook | This class handles the Addressbook database |
| Osp::Social::Calendarbook | This class represents the information of a calendarbook class |
| Osp::Social::CalEvent | This class represents the information of a calendarbook event. The CalEvent class describes an occasion planned in a particular situation. This event is a subset of VEVENT. An instance of CalEvent includes category, subject, description, start time, end time, location, and sensitivity (CATEGORIES, SUMMARY, DESCRIPTION, DTSTART, DTEND, LOCATION, CLASS). CalEvent also includes recurring data and reminder data. For more information, see the Recurrence class and the Reminder class |
| Osp::Social::CalTodo | This class represents the information of a calendarbook to-do. The CalTodo class is a subset of VTODO. An instance of CalTodo includes subject, description, start date, due date, location, sensitivity, priority, and status (SUMMARY, DESCRIPTION, DTSTART, DUE, LOCATION, CLASS, PRIORITY, STATUS) |
| Osp::Social::Category | This class represents a category, which can contain multiple contacts. Contacts may belong to multiple categories |
| Osp::Social::Contact | This class represents a contact |
| Osp::Social::Email | This class represents an e-mail |
| Osp::Social::IRecordEventListener | This interface represents a listener that receives events associated with the Record |
| Osp::Social::Lifelog | This class enables the browsing of the user's activity log data |
| Osp::Social::PhoneNumber | This class represents a phone number |
| Osp::Social::Record | This class defines the general behavior of records used in various manners in the Social Framework. Users cannot create an instance directly from this class. Instead, instantiate the classes derived from Record |
| Osp::Social::Recurrence | This class represents the information of a Recurrence |
| Osp::Social::Reminder | This class represents the information of a Reminder. Events that alert at a specific time have this class. To get or set the information of a Reminder such as the reminder time or the melody file), an application needs to use the methods of this class |
| Osp::Social::Services::BasicProfile | This class represents the basic profile of a user. The basic profile contains the following:
|
| Osp::Social::Services::BoardComment | This class defines methods to manage comments on boards |
| Osp::Social::Services::BoardManager | This class helps manage a board |
| Osp::Social::Services::BoardTopic | This class defines a topic on the board |
| Osp::Social::Services::Buddy | This class represents a buddy. A buddy has attributes which describe the characteristics of the buddy relationship. Attributes include the buddy label and friendship level. The buddy label describes the relationship. For example, it can be "best friend", "co-worker", or "mother". The friendship level expresses the closeness with the buddy |
| Osp::Social::Services::BuddyCategory | This class represents a buddy category. A buddy category is a user-defined group of buddies with similar characteristics. For example, a user may create a category containing his family, or members of a book club. Since the buddy category is identified by the name, the name must be unique within the user's scope |
| Osp::Social::Services::BuddyResponse | This class represents the response to a buddy request. The BuddyResponse includes the following data: |
| Osp::Social::Services::BuddyService | This class provides a way to manage buddies on the server side. All the member methods defined in this class operate asynchronously. To receive the result of a member method, a listener class which implements Osp::Social::Services::IBuddyServiceListener must be specified |
| Osp::Social::Services::ContactProfile | This class represents the contact profile of a user. The contact profile contains phone numbers, e-mail addresses, URLs, and addresses. The valid profiles (basic, personal, contact, social, custom) are not constructed by the developer. They are only gotten by ProfileService from the server. (Use ProfileService::GetMyProfile(), ProfileService::GetProfile()) They have a valid user ID |
| Osp::Social::Services::CustomProfile | This class represents the custom profile of a user. The custom profile contains custom properties of the user. A custom property is a property that a developer defines when he needs an additional property. The valid profiles(basic, personal, contact, social, custom) are not constructed by developer. There are only gotten by ProfileService over to the server. (Use ProfileService::GetMyProfile(), ProfileService::GetProfile()) They have a valid user id |
| Osp::Social::Services::EducationInfo | This class represents the information that describes a part of the educational history of a person |
| Osp::Social::Services::IBoardManagerListener | This interface implements a listener for board events |
| Osp::Social::Services::IBuddyServiceListener | This interface implements methods for receiving responses to requests which are initiated from Osp::Social::Services::BuddyService |
| Osp::Social::Services::IMessagingServiceEventListener | This is the listener interface for receiving incoming messages |
| Osp::Social::Services::IMessagingServiceListener | This listener interface receives responses from the server |
| Osp::Social::Services::IPrivacyManagerListener | This listener interface receives responses to requests which are initiated from Osp::Social::Services::PrivacyManager |
| Osp::Social::Services::IProfileServiceListener | This listener interface is for receiving responses to requests which are initiated from Osp::Social::Services::ProfileService |
| Osp::Social::Services::ISnsActivityListener | This listener interface is for receiving responses to requests which are initiated from Osp::Social::Services::SnsGateway |
| Osp::Social::Services::ISnsContentListener | This listener interface receives responses to requests initiated from Osp::Social::Services::SnsGateway |
| Osp::Social::Services::ISnsGatewayListener | This interface represents a listener that receives events associated with SnsGateway |
| Osp::Social::Services::ISnsPeopleListener | This interface represents a listener that receives events associated with SnsGateway |
| Osp::Social::Services::MessagingService | This class encapsulate social messaging |
| Osp::Social::Services::PersonalProfile | This class represents the personal profile of a user. The personal profile contains a display name, birthday, relationship status, wedding anniversary, job title, job role, company, hometown, religion, note, language code, and local time zone. The valid profiles (basic, personal, contact, social, custom) are not constructed by the developer. These are obtained from the server using ProfileService::GetMyProfile() or ProfileService::GetProfile(). They have a valid user ID |
| Osp::Social::Services::PrivacyManager | This class manages the privacy policy of the signed-in user's information. All member methods of this class operate asynchronously. To receive the result of a member method, a listener class which implements Osp::Social::Services::IPrivacyManagerListener must be specified |
| Osp::Social::Services::Profile | This class represents the profile of a user |
| Osp::Social::Services::Profiles | This class represents the profiles, which include a BasicProfile, a PersonalProfile, a ContactProfile, a SocialProfile, and a CustomProfile |
| Osp::Social::Services::ProfileService | This class provides a way to access profiles on the server side. All the member methods defined in this class operate asynchronously. To receive the result of a member method, a listener class which implements the Osp::Social::Services::IProfileServiceListener() method must be specified |
| Osp::Social::Services::ReceivedBuddyRequest | This class represents the received buddy request. The received buddy request includes the following data: |
| Osp::Social::Services::SentBuddyRequest | This class represents the sent buddy request. The sent buddy request includes the following data: |
| Osp::Social::Services::SnsActivity | This class represents the information of an SNS activity |
| Osp::Social::Services::SnsAlbumInfo | This class represents the information of an SNS album. This album is an user-created album that contains photos |
| Osp::Social::Services::SnsGateway | This class represents the information of a Social Network Service (SNS) gateway |
| Osp::Social::Services::SnsImageInfo | This class represents the information of an SNS Image information |
| Osp::Social::Services::SnsPagingParam | This class represents the information of an paging parameter to use SNSGateway methods support paging |
| Osp::Social::Services::SnsPhotoInfo | This class represents the information of an SNS photo |
| Osp::Social::Services::SnsProfile | This class represents the information in an SNS profile. The data on this profile is updated by the users on a specific service provider |
| Osp::Social::Services::SnsStatusText | This class represents the information of an SNS status text |
| Osp::Social::Services::SnsUploadContentInfo | This class represents the content metadata information for a photo to upload |
| Osp::Social::Services::SocialProfile | This class represents the social profile of a user. The social profile contains the educational history and the work history of the user. The valid profiles (basic, personal, contact, social, and custom) are not constructed by the developer. They are obtained only from the server by the ProfileService class. Use ProfileService::GetMyProfile() or ProfileService::GetProfile() to get the profile |
| Osp::Social::Services::UserInfoPrivacy | This class contains the privacy policies (access level) of all user information. |
| Osp::Social::Services::WorkInfo | This class represents a part of the working history of a person |
| Osp::Social::Url | This class represents a URL |
| Osp::System::Alarm | This class provides methods for creating, deleting, and updating an alarm |
| Osp::System::Battery | This class provides methods to get information related to the battery charge |
| Osp::System::IAlarmEventListener | This interface is the listener of the alarm event |
| Osp::System::PowerManager | This class provides methods for power management |
| Osp::System::RuntimeInfo | This class provides methods for getting runtime information |
| Osp::System::SettingInfo | This class provides methods for getting setting information |
| Osp::System::SystemInfo | This class provides methods for getting system information |
| Osp::System::SystemTime | This class provides methods to get the system time |
| Osp::System::Vibrator | This class is for Vibrator identification |
| Osp::Telephony::CallManager | This class provides the method to get information about the current call |
| Osp::Telephony::ITelephonyNetworkEventListener | This interface proivdes methods to listen to the status changes in the telephony network |
| Osp::Telephony::NetworkInfo | This class provides information of the current network |
| Osp::Telephony::NetworkManager | This class provides information about the current active network |
| Osp::Telephony::NetworkStatus | This class provides status information of the current network |
| Osp::Telephony::SimInfo | This class provides information of the currently inserted SIM card |
| Osp::Text::AsciiEncoding | This class implements ASCII encoding |
| Osp::Text::Decoder | This class implements the character decoder |
| Osp::Text::Encoder | This class implements the character encoder |
| Osp::Text::Encoding | This class implements character encoding |
| Osp::Text::GsmEncoding | This class is for the GSM character encoding |
| Osp::Text::Latin1Encoding | This class implements Latin1 encoding |
| Osp::Text::Ucs2Encoding | This class implements UCS-2 encoding |
| Osp::Text::Utf8Decoder | This class implements the UTF-8 decoder |
| Osp::Text::Utf8Encoder | This class implements the UTF-8 encoder |
| Osp::Text::Utf8Encoding | This class implements UTF-8 encoding |
| Osp::Ui::Container | This class is the base class of all the generic containers of Controls. It is an abstract base class |
| Osp::Ui::Control | This class is the abstract base class of all UI control classes |
| Osp::Ui::Controls::Animation | This class defines the common behavior of an animation |
| Osp::Ui::Controls::AnimationFrame | This class defines the common behavior of an animation frame |
| Osp::Ui::Controls::Button | This class defines common behavior for a button |
| Osp::Ui::Controls::CheckButton | This class defines the common behavior of a check button |
| Osp::Ui::Controls::ColorPicker | This class defines a Color Picker |
| Osp::Ui::Controls::ContextMenu | This class defines common behavior for a ContextMenu |
| Osp::Ui::Controls::CustomList | This class defines the common behavior of a CustomList |
| Osp::Ui::Controls::CustomListItem | This class defines the common behavior for an item of a custom list |
| Osp::Ui::Controls::CustomListItemFormat | This class defines the common behavior for an item format of a customlist |
| Osp::Ui::Controls::DatePicker | This class defines a DatePicker control |
| Osp::Ui::Controls::EditArea | This class defines common behaviors for an edit area |
| Osp::Ui::Controls::EditField | This class defines common behavior for an edit field |
| Osp::Ui::Controls::ExpandableList | This class defines common behavior for an ExpandableList |
| Osp::Ui::Controls::Flash | This class defines common behavior for a Flash control |
| Osp::Ui::Controls::Form | This class represents a container containing general controls |
| Osp::Ui::Controls::Frame | This class represents the main frame window of an application |
| Osp::Ui::Controls::GroupedList | This class defines common behavior for a GroupedList |
| Osp::Ui::Controls::IconList | This class defines common behaviors for an icon list |
| Osp::Ui::Controls::ICustomListElement | This class represents common behaviors for a ICustomListElement |
| Osp::Ui::Controls::ISlidable | This class defines common behaviors for an ISlidable |
| Osp::Ui::Controls::Keypad | This class displays a keypad on top of the screen |
| Osp::Ui::Controls::Label | This class defines the common behavior of a label |
| Osp::Ui::Controls::List | This class defines the common behavior of a List |
| Osp::Ui::Controls::MessageBox | This class implements a message box |
| Osp::Ui::Controls::OptionMenu | This class defines common behavior for an OptionMenu |
| Osp::Ui::Controls::OverlayPanel | This class is an implementation of an OverlayPanel |
| Osp::Ui::Controls::Panel | This class implements a Panel, which is the simplest Container |
| Osp::Ui::Controls::Popup | This class displays a popup on the top of the screen |
| Osp::Ui::Controls::Progress | This class is an implementation of a Progress control |
| Osp::Ui::Controls::RadioGroup | This class is an implementation of a RadioGroup |
| Osp::Ui::Controls::ScrollPanel | This class is a scrollable container class |
| Osp::Ui::Controls::SlidableGroupedList | This class defines common behavior for a SlidableGroupedList |
| Osp::Ui::Controls::SlidableList | This class defines common behavior for a SlidableList |
| Osp::Ui::Controls::Slider | This class is an implementation of a Slider |
| Osp::Ui::Controls::Tab | This class is an implementation of a Tab |
| Osp::Ui::Controls::TimePicker | This class defines a TimePicker control |
| Osp::Ui::IActionEventListener | This Interface implements listener for action event |
| Osp::Ui::IAdjustmentEventListener | This interface implements listener for adjustment events |
| Osp::Ui::IAnimationEventListener | This interface implements the listener for animation event |
| Osp::Ui::IColorChangeEventListener | This interface implements the listener for color change events |
| Osp::Ui::ICustomItemEventListener | This interface implements the listener for item event |
| Osp::Ui::IDateChangeEventListener | This interface implements the listener for Date change events |
| Osp::Ui::IDragDropEventListener | This interface implements the listener for a drag and drop event |
| Osp::Ui::IExpandableItemEventListener | This class implements a listener for item events |
| Osp::Ui::IFlashEventListener | This interface implements the listener for item event |
| Osp::Ui::IFocusEventListener | This interface is used as the argument to focus the event listener |
| Osp::Ui::IItemEventListener | This interface implements the listener for the item event |
| Osp::Ui::IKeyEventListener | This interface implements the listener for the key event |
| Osp::Ui::IOrientationEventListener | This interface implements the listener for orientation events |
| Osp::Ui::IScrollPanelEventListener | This interface implements a listener for ScrollPanel events |
| Osp::Ui::ISlidableEventListener | This interface implements the listener for item events |
| Osp::Ui::ITextEventListener | This interface implements the listener for text events |
| Osp::Ui::ITimeChangeEventListener | This interface implements the listener for time change events |
| Osp::Ui::ITouchEventListener | This interface is used as the argument to the touch event listener |
| Osp::Ui::IWindowEventListener | This interface implemnets the listener for the window event |
| Osp::Ui::Touch | This class supports multi-point touch for Touch devices |
| Osp::Ui::TouchEventInfo | This class stores the information of each touch events |
| Osp::Ui::TouchInfo | This class stores the information of a touch |
| Osp::Ui::Window | This class provides abstract top-level 'window' objects |
| Osp::Uix::FaceDetector | This class is used to trace faces in an image or a video |
| Osp::Uix::FaceRecognitionInfo | This class encapsulates the information class of a recognized face using FaceRecognizer |
| Osp::Uix::FaceRecognizer | This class provides methods to recognize a face in an image or a video |
| Osp::Uix::Haptic | This class is used to control the device's haptics feature |
| Osp::Uix::HapticMagSweepEffect | This class defines the parameters used in a magsweep effect |
| Osp::Uix::HapticPeriodicEffect | This class defines the parameters used in a periodic effect |
| Osp::Uix::IMotionEventListener | This interface is a listener for the motion sensing events |
| Osp::Uix::ISensorEventListener | This interface is an event listener used to receive sensor data asynchronously |
| Osp::Uix::Motion | This class is used to probe or to receive an event about conceptual states of the device's movement |
| Osp::Uix::SensorManager | This class provides receiving sensor data from device |
| Osp::Web::Controls::AuthenticationChallenge | This class is used to send the user ID and password to the server that requested authentication |
| Osp::Web::Controls::HitElementResult | This class holds the information of the HTML element which is focused or pointed by X-Y coordinates |
| Osp::Web::Controls::ILoadingListener | This is a class for receiving events that occur during data loading |
| Osp::Web::Controls::IWebDownloadListener | This is an interface for downloading data to an application |
| Osp::Web::Controls::PageNavigationList | This class contains the back and forward list for a webview |
| Osp::Web::Controls::Web | This class provides methods to embed a browser in an application |
| Osp::Web::Controls::WebSetting | This class holds the setting values for a webview |
| Osp::Web::HistoryItem | This class is for accessing an history item stored in the NavigationList class or the WebHistory class |
| Osp::Web::WebHistory | This class contains the back and forward lists for a webview |