Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Osp::App::AppControlThis class represents application control behavior
Osp::App::ApplicationThis class is the base class of a bada application
Osp::App::AppManagerThis class manages all applications
Osp::App::AppRegistryThis class manages an application's preferences
Osp::App::AppResourceThis class manages an application's resources
Osp::App::IAppControlEventListenerThis interface implements a listener for the AppControl events
Osp::App::IAppFrameThis interface provides methods for the application frame
Osp::App::NotificationManagerThis class provides functions to alert the notification to user
Osp::Base::BooleanThis 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::BufferBaseThis class is the abstract base class of all buffer classes
Osp::Base::ByteBufferThis class represents a contiguous sequence of the byte ( unsigned char) built-in type
Osp::Base::CharacterThis class is the wrapper class for the mchar built-in type
Osp::Base::Collection::ArrayListThis 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::HashMapThis 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::IBidirectionalEnumeratorThis 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::ICollectionThis 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::IComparerThis 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::IEnumeratorThis 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::IHashCodeProviderThis 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::IListThis 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::IMapThis interface represents a collection of key-value pairs
Osp::Base::Collection::IMapEnumeratorThis 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::IMultiMapThis 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::LinkedListThis 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::MapEntryThis class represents a key-value pair
Osp::Base::Collection::MapEntryT< KeyType, ValueType >This class represents a key-value pair
Osp::Base::Collection::MultiHashMapThis 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::QueueThis 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::StackThis 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::DateTimeThis class represents the date & time as per the Gregorian calendar
Osp::Base::DoubleThis class is the wrapper class for the signed double built-in type
Osp::Base::DoubleComparerThis class compares two instances of the Double type for equivalence
Osp::Base::FloatThis class is the wrapper class for the signed float built-in type
Osp::Base::FloatComparerThis class compares two instances of the Float type for equivalence
Osp::Base::Int8This class is the wrapper class for the signed char built-in type
Osp::Base::Int8ComparerThis class compares two instances of Int8 for equivalence
Osp::Base::IntegerThis class is the wrapper class for the signed int built-in type
Osp::Base::IntegerComparerThis class compares two instances of the Integer type for equivalence
Osp::Base::LongThis class is the wrapper class for the signed long built-in type
Osp::Base::LongComparerThis class compares two instances of the Long type for equivalence
Osp::Base::LongLongThis class is the wrapper class for the signed long long built-in type
Osp::Base::LongLongComparerThis class compares two instances of the LongLong type for equivalence
Osp::Base::NumberThis class is the base class of all wrapped numeric types
Osp::Base::ObjectThis class is the root class of bada
Osp::Base::Runtime::IEventListenerThis is a tagging interface that all event listeners must implement
Osp::Base::Runtime::IRunnableThis 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::ITimerEventListenerThis interface is the listener of the timer event
Osp::Base::Runtime::MonitorThis 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::MutexThis class represents a mutex; one type of synchronization mechanism
Osp::Base::Runtime::SemaphoreThis class represents a semaphore; one type of synchronization mechanism. It can provide the acquiring semantics.
Osp::Base::Runtime::ThreadThis class is the fundamental classes for the asynchronous execution of a thread
Osp::Base::Runtime::TimerThis class provides the timer service
Osp::Base::ShortThis class is the wrapper class for the signed short built-in type
Osp::Base::ShortComparerThis class compares two instances of the Short type for equivalence
Osp::Base::StringThis class represents a mutable sequence of Unicode characters
Osp::Base::StringComparerThis class compares two instances of the String type for equivalence
Osp::Base::TimeSpanThis class represents a time interval
Osp::Base::Utility::MathThis class is the wrapper class for Math Library
Osp::Base::Utility::StringTokenizerThis class implements StringTokenizer
Osp::Base::Utility::StringUtilThis class provides various utility methods for String
Osp::Base::Utility::UriThis class provides useful methods for URI
Osp::Base::UuIdThis class is the base class of the wrapped UUID types and provides useful operators
Osp::Commerce::Store::IItemServiceListenerThis interface represents a listener that receives events associated with Osp::Commerce::Store::ItemService class
Osp::Commerce::Store::IPurchaseServiceListenerThis interface represents a listener that receives events associated with Osp::Commerce::Store::PurchaseService class
Osp::Commerce::Store::ItemInfoThis class represents item information in an application
Osp::Commerce::Store::ItemServiceThis class contains functionalities to query item information
Osp::Commerce::Store::PurchaseInfoThis class represents purchase information in an application
Osp::Commerce::Store::PurchaseServiceThis class contains functionalities to purchase item and query purchase information
Osp::Content::AudioContentInfoThis class represents the audio contents information
Osp::Content::AudioMetadataThis class represents the audio metadata
Osp::Content::ContentInfoThis class represents the content information
Osp::Content::ContentManagerThis class represents local content management
Osp::Content::ContentManagerUtilThis class represents contents utility
Osp::Content::ContentSearchThis class represents the content search
Osp::Content::ContentSearchResultThis class represents the content search result
Osp::Content::ContentTransferThis class contains methods to upload or download content
Osp::Content::DownloadDescriptorThis class represents the Download Descriptor for OMA DL
Osp::Content::IContentTransferListenerThis interface is a listener that receives events associated with ContentTransfer
Osp::Content::ImageContentInfoThis class represents image content metadata
Osp::Content::ImageMetadataThis class represents image metadata
Osp::Content::IRemoteAdvancedSearchListenerThis interface is a listener that receives events associated with RemoteAdvancedSearch
Osp::Content::IRemoteContentManagerListenerThis interface is a listener that receives events associated with RemoteContentManager
Osp::Content::IRemoteContentSearchListenerThis interface is a listener that receives events associated with RemoteContentSearch
Osp::Content::IRemoteContentSharingListenerThis interface is a listener that receives events associated with RemoteContentSharing
Osp::Content::IRssManagerListenerThis interface is a listener that receives events associated with RssManager
Osp::Content::RemoteAdvancedSearchThis class represents the remote advanced search
Osp::Content::RemoteAdvancedSearchResultThis class represents the result of the remote advanced search
Osp::Content::RemoteCategoryThis class represents the remote category
Osp::Content::RemoteContentInfoThis class represents remote content information
Osp::Content::RemoteContentManagerThis class represents remote content management
Osp::Content::RemoteContentSearchThis class represents the remote content search
Osp::Content::RemoteContentSharingThis class contains methods to share contents on the bada Server
Osp::Content::RssFeedInfoThis class represents the RSS feed information
Osp::Content::RssItemInfoThis class manages the RSS item element Information
Osp::Content::RssManagerThis class represents the RSS Manager
Osp::Content::VideoContentInfoThis class represents video content metadata
Osp::Content::VideoMetadataThis class represents video metadata
Osp::Device::ISyncListenerThis class defines the ISyncListener interface which notifies the progress information of the synchronization service
Osp::Device::SyncManagerThis class represents the SyncManager
Osp::Device::SyncProgressInfoThis class contains information about the synchronization progress
Osp::Graphics::BitmapThis class encapsulates a bitmap
Osp::Graphics::BufferInfoThis class encapsulates the extra information of Osp::Graphics::Canvas
Osp::Graphics::CanvasThis class provides methods for drawing objects
Osp::Graphics::ColorThis class encapsulates a color
Osp::Graphics::DimensionThis class represents the width and height of a 2-dimensional region
Osp::Graphics::FontThis class encapsulates font information
Osp::Graphics::PointThis class encapsulates a point in a 2-dimensional coordinate system
Osp::Graphics::RectangleThis class abstracts a rectangular region
Osp::Io::DatabaseThis class implements database-related methods
Osp::Io::DbEnumeratorMethod for navigating the result of DbStatement
Osp::Io::DbStatementMethod for creating and evaluating pre-compiled statements
Osp::Io::DirectoryThis class provides methods to operate on directories
Osp::Io::DirEntryThis class stores the information about each directory entry
Osp::Io::DirEnumeratorThis 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::FileBasic file I/O operations such as read, write, create, remove, and so on
Osp::Io::FileAttributesCollection of basic file attributes
Osp::Io::RegistryThis 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::CalendarThis class represents a Calendar
Osp::Locales::CurrencyThis class represents Currency
Osp::Locales::DateTimeFormatterThis class is for formatting the date and time formats
Osp::Locales::DateTimeSymbolsThis class is for the DateTimeSymbols
Osp::Locales::GregorianCalendarThis class is a concrete subclass of Calendar and provides the standard calendar used most commonly
Osp::Locales::LocaleThis class is for the Locale identification
Osp::Locales::LocaleManagerThis class is for the LocaleManager identification
Osp::Locales::NumberFormatterThis class is for Number formatting
Osp::Locales::NumberSymbolsThis class is for the NumberSymbols
Osp::Locales::TimeRuleThis class is for setting and getting the TimeRule
Osp::Locales::TimeZoneThis class represents Time Zones
Osp::Locations::AddressInfoThis class encapsulates textual address information about a location
Osp::Locations::CircleGeographicAreaThis class represents a circular geographical area on a WGS 84 Ellipsoid (see reference [WGS84])
Osp::Locations::Controls::IMapEventListenerThis interface is used as the argument to map event listener
Osp::Locations::Controls::IMapInfoWindowThis interface is used as the most prime interface of the MapInfoWindow class
Osp::Locations::Controls::IMapInfoWindowEventListenerThis interface is used as the argument to map the info window event listener
Osp::Locations::Controls::IMapOverlayThis interface is used as the most prime interface of the Mapview overlay
Osp::Locations::Controls::IMapOverlayEventListenerThis interface is used as the argument to map the info window event listener
Osp::Locations::Controls::MapThis class represents a dynamic map
Osp::Locations::Controls::MapOverlayCircleThis class defines common behaviors for a circle
Osp::Locations::Controls::MapOverlayMarkerThis class defines common behaviors for MapOverlayMarker
Osp::Locations::Controls::MapOverlayPolygonThis class defines common behaviors for a polygon
Osp::Locations::Controls::MapOverlayPolylineThis class defines common behaviors for a polyline
Osp::Locations::Controls::MapOverlayRectangleThis class defines common behaviors for a rectangle
Osp::Locations::Controls::MapOverlayShapeThis class defines common behaviors for shapes
Osp::Locations::Controls::NativeMapInfoWindowThis class is used as the implement class of NativeMapInfoWindow
Osp::Locations::Controls::NativeMapOverlayThis class is used as the implement class of NativeMapOverlay
Osp::Locations::CoordinatesThis class contains methods to manipulate coordinates
Osp::Locations::GeographicAreaThis class represents a geographical area on the surface of a WGS 84 Ellipsoid (see reference [WGS84])
Osp::Locations::IAreaListenerThis interface represents a listener to events associated with crossing the boundary of the given geographical area
Osp::Locations::ILandmarkSearchListenerThis interface represents a listener that receives events associated with searching for landmarks in the landmark store
Osp::Locations::ILocationListenerThis interface represents a listener that receives events associated with a particular LocationProvider
Osp::Locations::ILocationReportListenerThis interface represents a listener that receives events associated with reporting location state changes to the bada Server
Osp::Locations::IRemoteLandmarkStoreListenerThis interface represents a listener that receives events associated with Osp::Locations::RemoteLandmarkStore class
Osp::Locations::IRemoteLocationListenerThis interface represents a listener that receives events associated with the RemoteLocationProvider
Osp::Locations::ITraceServiceListenerThis interface represents a listener that receives events associated with the trace service
Osp::Locations::IZoneServiceListenerThis interface represents a listener that receives events associated with zone service
Osp::Locations::LandmarkThis class represents a landmark, such as a known location with a name
Osp::Locations::Landmark::UrlInfoThis class holds a URL and a description about that URL
Osp::Locations::LandmarkFilterThis class holds a number of filters which are used for landmark searching
Osp::Locations::LandmarkPropertySelectorThis class selects which properties of the specified landmarks are to be filled from the landmark store
Osp::Locations::LandmarkStoreThis class provides methods to store, delete and retrieve landmarks from a persistent landmark store.
Osp::Locations::LocationThis class represents the standard set of basic location information
Osp::Locations::LocationProviderThis class is for the applications using location information
Osp::Locations::PolygonGeographicAreaThis class represents a polygon geographical area on a WGS 84 Ellipsoid
Osp::Locations::QualifiedCoordinatesThis class is for the QualifiedCoordinates
Osp::Locations::RectangleGeographicAreaThis class represents a rectangular geographical area on a WGS 84 Ellipsoid (see reference [WGS84])
Osp::Locations::RectangleZoneServiceInfoThis class is for the service information for the rectangle zone service
Osp::Locations::RemoteLandmarkStoreThis class provides methods to store, delete, and retrieve landmarks to/from the landmark store on the server side
Osp::Locations::RemoteLandmarkStoreInfoThis class represents the information about a remote landmark store
Osp::Locations::RemoteLocationProviderThis class provides services to report a remote location to/from server, and subscribe/unsubscribe to zone and trace service
Osp::Locations::SatelliteInfoThis class provides the satellite information
Osp::Locations::SatelliteInfo::SatelliteDisplayInfoThis class is for the satellite display information
Osp::Locations::ServiceInfoThis class is for the service information for zone and trace service
Osp::Locations::Services::DirectoryFilterThis class represents the search filter for directory service provider.
Osp::Locations::Services::DirectoryServicePreferencesThis class encapsulates the preferences related to a directory service provider.
Osp::Locations::Services::GeocodingServicePreferencesThis class encapsulates the preferences related to a geocoding service provider
Osp::Locations::Services::IDirectoryServiceListenerThis interface provides a callback mechanism for the directory service providers to send information about the service request to applications
Osp::Locations::Services::IDirectoryServiceProviderThis interface accesses the services offered by directory service providers
Osp::Locations::Services::IGeocodingServiceListenerThis interface provides a callback mechanism for the geocoding service providers to send information about the service request to applications
Osp::Locations::Services::IGeocodingServiceProviderThis interface collects the services that geocoding service providers offer.
Osp::Locations::Services::IMapsThis class represents a dynamic map generated by a map service provider.
Osp::Locations::Services::IMapServiceListenerThis 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::IMapServiceProviderThis interface collects the services that map providers offer.
Osp::Locations::Services::IRouteServiceListenerThis interface provides a callback mechanism for route service providers to announce their state and results to applications
Osp::Locations::Services::IRouteServiceProviderThis interface encapsulates the services offered by the route service providers
Osp::Locations::Services::IServiceProviderThis interface implements a listner for all service providers
Osp::Locations::Services::MapServicePreferencesThis class captures the preferences related to map service providers
Osp::Locations::Services::ProviderCapabilitiesThis class collects the information about the capabilities of a service provider
Osp::Locations::Services::ProviderManagerThis class is the starting point for using the service provider interfaces in the Location API 2.0
Osp::Locations::Services::RouteThis class represents a route
Osp::Locations::Services::RouteSegmentThis class represents a segment of a route
Osp::Locations::Services::RouteServicePreferencesThis class captures the preferences related to route service providers
Osp::Locations::Services::ServicePreferencesThis class contains the mechanism to control the service provider preferences
Osp::Locations::TargetInfoThis class is for the target information, and includes the user ID and the optional device ID
Osp::Locations::TraceServiceInfoThis class represents the service information for the trace service
Osp::Media::AudioRecorderThis class is used to record audio
Osp::Media::CameraThis class is used to control the camera device
Osp::Media::DrmConstraintInfoThis class represents the constraints of the DRM
Osp::Media::DrmInfoThis is the information class for DRM content
Osp::Media::IAudioRecorderEventListenerThis interface represents a listener that receives events associated with the AudioRecorder
Osp::Media::ICameraEventListenerThis interface represents a listener that receives events associated with the Camera
Osp::Media::ImageThis class is used for handling images
Osp::Media::IPlayerEventListenerThis interface is a listener for the media playing events
Osp::Media::IVideoRecorderEventListenerThis interface represents a listener that receives events associated with the VideoRecorder
Osp::Media::PlayerThis class provides methods to play audio and video
Osp::Media::VideoRecorderThis class is used to record video
Osp::Messaging::EmailManagerThis class provides methods to use the e-mail messaging service
Osp::Messaging::EmailMessageThis class provides methods to create and send e-mail messages
Osp::Messaging::IEmailListenerThis interface provides methods to handle responses to asynchronous e-mail sending methods
Osp::Messaging::IMmsListenerThis interface should be implemented to listen for responses to asynchronous MMS sending calls
Osp::Messaging::IPushEventListenerThis is the listener interface for receiving push messages
Osp::Messaging::ISmsListenerThis interface should be implemented to listen for responses to asynchronous SMS send operations
Osp::Messaging::MmsManagerThis class provides methods to use the MMS messaging service
Osp::Messaging::MmsMessageThis class represents MMS messages
Osp::Messaging::PushManagerThis class provides methods to use the push messaging service
Osp::Messaging::PushMessageThis class provides methods for handling a push message
Osp::Messaging::RecipientListThis class provides the abstract data type for recipients
Osp::Messaging::SmsManagerThis class provides methods to use the SMS messaging service
Osp::Messaging::SmsMessageThis class provides SMS messaging capabilities
Osp::Net::Bluetooth::BluetoothAddressThis class is a utility class for the operation of Bluetooth addresses
Osp::Net::Bluetooth::BluetoothDeviceThis class reads information and performs operations on a remote Bluetooth device
Osp::Net::Bluetooth::BluetoothManagerThis class is used to get information about devices and discover objects, as well as to configure the Bluetooth stack
Osp::Net::Bluetooth::BluetoothOppAgentThis class provides methods to handle the connection request and service registration services in the Bluetooth Object Push Profile (OPP) layer
Osp::Net::Bluetooth::BluetoothOppServiceThis class provides methods to handle Bluetooth Object Push Profile (OPP) services, such as incoming connection requests
Osp::Net::Bluetooth::BluetoothOppSessionThis class provides functionality to handle Bluetooth Object Push Profile (OPP) sessions, such as outgoing connection requests
Osp::Net::Bluetooth::BluetoothSppAgentThis class provides methods to handle the connection request and service registration services in the Bluetooth Generic Serial Port Profile (SPP) layer
Osp::Net::Bluetooth::BluetoothSppServiceThis class provides methods to handle Bluetooth Serial Port Profile (SPP) services, such as incoming connection requests
Osp::Net::Bluetooth::BluetoothSppSessionThis class provides methods to handle Bluetooth Serial Port Profile (SPP) sessions, such as outgoing connection requests
Osp::Net::Bluetooth::IBluetoothManagerEventListenerThis interface implements the listener for BluetoothManager events
Osp::Net::Bluetooth::IBluetoothOppServiceEventListenerThis interface implements the listener for BluetoothOppService events
Osp::Net::Bluetooth::IBluetoothOppSessionEventListenerThis interface is the listener of BluetoothOppSession events
Osp::Net::Bluetooth::IBluetoothSppServiceEventListenerThis interface is the listener of BluetoothSppService events
Osp::Net::Bluetooth::IBluetoothSppSessionEventListenerThis interface implements the listener for BluetoothSppSession events
Osp::Net::DnsThis class provides a way to access the resolver of the Domain Name System
Osp::Net::Http::HttpAuthenticationThis class represents an HTTP authentication
Osp::Net::Http::HttpCookieThis class represents an Http cookie
Osp::Net::Http::HttpCookieStorageManagerThis class represents a collection of Http cookies of a particular session
Osp::Net::Http::HttpCredentialsThis class represents the credentials required for authentication
Osp::Net::Http::HttpHeaderThis class encapsulates header fields associated with a message
Osp::Net::Http::HttpMessageThis class is the base class for HttpRequest and HttpResponse
Osp::Net::Http::HttpRequestThis class represents a request message
Osp::Net::Http::HttpResponseThis class represents a response message
Osp::Net::Http::HttpSessionThis class represents an HTTP session
Osp::Net::Http::HttpTransactionThis class represents an HTTP transaction
Osp::Net::Http::IHttpTransactionEventListenerThis interface implements listeners for Http transaction events
Osp::Net::IDnsEventListenerThis interface implements listeners for Dns events
Osp::Net::INetConnectionEventListenerThis interface implements listeners for network connection events
Osp::Net::Ip4AddressThis class represents an Internet Protocol version 4 (IPv4) address
Osp::Net::IpAddressThis abstract class encapsulates an Internet Protocol (IP) address and methods to manipulate it
Osp::Net::IpHostEntryThis class encapsulates Internet host address information
Osp::Net::NetAccountInfoThis class provides methods for all network accounts
Osp::Net::NetAccountManagerThis class provides methods for creating, deleting, and administering network accounts in the system
Osp::Net::NetConnectionThis class provides methods for all network connections
Osp::Net::NetConnectionInfoThis class represents a base type for representing information on network connections
Osp::Net::NetEndPointThis class identifies a network address
Osp::Net::NetStatisticsThis class represents statistical information on the packet-switched (PS) data call
Osp::Net::Sockets::IpMulticastRequestOptionThis class supports multicasting in sockets.
For multicasting, a socket must be of the type NET_SOCKET_TYPE_DATAGRAM
Osp::Net::Sockets::ISecureSocketEventListenerThis interface contains an event listener for applications which issue secure socket requests
Osp::Net::Sockets::ISocketEventListenerThis interface contains a listener for Socket events
Osp::Net::Sockets::LingerOptionThis 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::SecureSocketThis class provides the SSL supported socket with security features
Osp::Net::Sockets::SocketSocket is a base class that provides simple methods for sending and receiving data over a network
Osp::Net::Sockets::SocketUtilityThis class provides utility methods for the Socket class
Osp::Net::Wifi::AdhocPeerInfoThis class represents a base type for representing information on the ad hoc neighbor peer
Osp::Net::Wifi::AdhocServiceThis class provides methods for the opening service through an ad-hoc network
Osp::Net::Wifi::IAdhocServiceEventListenerThis interface implements listeners for Ad-hoc service events
Osp::Net::Wifi::IWifiManagerEventListenerThis interface implements listeners for WifiManager events
Osp::Net::Wifi::WifiManagerThis class provides methods for the local Wi-Fi device management
Osp::Net::Wifi::WifiNetAccountInfoThis class provides functionality to control the WLAN network accounts
Osp::Net::Wifi::WifiSecurityInfoThis class provides functionality to manage the security information of a Wi-Fi network
Osp::Security::AesSecureRandomThis class generates a secure random object with the Advanced Encryption Standard (AES)
Osp::Security::Cert::ICertificateThis interface is for managing a variety of identity certificates
Osp::Security::Cert::ICertificatePathThis interface is used to validate the certificate path, and to get more information about it
Osp::Security::Cert::ICertificatePathValidationParameterThis is the header file for the ICertificatePathValidationParameter interface
Osp::Security::Cert::ICertificateSelectorThis interface is a selector that defines a set of criteria for selecting certificates
Osp::Security::Cert::ICertificateStoreThis is an interface for retrieving and managing certificates from a repository
Osp::Security::Cert::X509CertificateThis class is for generating an ICertificateStore with the given parameters
Osp::Security::Cert::X509CertificatePathThis class is for the certificate path
Osp::Security::Cert::X509CertificatePathValidationParameterThis class is used for certificate validation
Osp::Security::Cert::X509CertificateSelectorThis class is for generating a ICertificateStore with the given parameters
Osp::Security::Crypto::AesCipherThis class provides methods for encryption and decryption using the Advanced Encryption Standard (AES)
Osp::Security::Crypto::DesCipherThis class provides methods for encryption and decryption using the Data Encryption Standard (DES)
Osp::Security::Crypto::DesEdeCipherThis class provides methods for encryption and decryption using the Data Encryption Standard in the Encrypt-Decrypt-Encrypt (DES-EDE) mode
Osp::Security::Crypto::IAsymmetricCipherThis interface providing the functionality of an asymmetric cryptographic cipher for encryption and decryption
Osp::Security::Crypto::IHashThis interface provides the functionality of a hash algorithm
Osp::Security::Crypto::IHmacThis interface provides the functionality of a HMAC algorithm
Osp::Security::Crypto::ISignatureThis interface provides the functionality of a digital signature algorithm
Osp::Security::Crypto::ISymmetricCipherThis interface provides the functionalities of a symmetric cryptographic cipher for encryption and decryption
Osp::Security::Crypto::Md5HashThis class implements the MD5 hash funtcion
Osp::Security::Crypto::Md5HmacThis class implements the MD5 HMAC
Osp::Security::Crypto::RsaCipherThis class defines methods for RSA chiphering
Osp::Security::Crypto::RsaSignatureThis class implements RSA signatures
Osp::Security::Crypto::Sha1HashThis class implements the SHA-1 hash function
Osp::Security::Crypto::Sha1HmacThis class implements the SHA-1 HMAC algorithm
Osp::Security::Crypto::Sha2HashThis class implements the SHA-2 hash function
Osp::Security::Crypto::Sha2HmacThis class implements the SHA-2 HMAC algorithm
Osp::Security::DesEdeSecureRandomThis class generates a secure random object with the Data Encryption Standard in the Encrypt-Decrypt-Encrypt (DES-EDE) mode
Osp::Security::DesSecureRandomThis class generates a secure random object with the Data Encryption Standard (DES)
Osp::Security::IKeyThis interface defines the functionality shared by all key objects
Osp::Security::IKeyPairGeneratorThis interface represents the abstract methods for generating a pair of public and private keys
Osp::Security::IPrivateKeyThis interface defines the functionality shared by all private key objects
Osp::Security::IPublicKeyThis interface defines the functionality shared by all public key objects
Osp::Security::ISecretKeyThis interface defines the functionality shared by all secret key objects
Osp::Security::ISecretKeyGeneratorThis is the interface of abstract methods for generating a secret (symmetric) key
Osp::Security::ISecureRandomThis interface represents the abstract methods for generating a secure random object.
Osp::Security::KeyPairThis class is a simple holder for a key pair (a public key and a private key)
Osp::Security::KeyPairGeneratorThis class generates a pair of public and private keys with the Public Key algorithm
Osp::Security::PrivateKeyThis class represents a RSA private key
Osp::Security::PublicKeyThis is the header file for the PublicKey class
Osp::Security::SecretKeyThis class specifies a secret key
Osp::Security::SecretKeyGeneratorThis is the class for generating a secret (symmetric) key
Osp::Social::ActivityThis class provides methods for various lifelog activities
Osp::Social::AddressThis class represents the structured address type representing the ADR type definition of the vCard MIME Directory Profile specification (RFC 2426)
Osp::Social::AddressbookThis class handles the Addressbook database
Osp::Social::CalendarbookThis class represents the information of a calendarbook class
Osp::Social::CalEventThis 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::CalTodoThis 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::CategoryThis class represents a category, which can contain multiple contacts. Contacts may belong to multiple categories
Osp::Social::ContactThis class represents a contact
Osp::Social::EmailThis class represents an e-mail
Osp::Social::IRecordEventListenerThis interface represents a listener that receives events associated with the Record
Osp::Social::LifelogThis class enables the browsing of the user's activity log data
Osp::Social::PhoneNumberThis class represents a phone number
Osp::Social::RecordThis 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::RecurrenceThis class represents the information of a Recurrence
Osp::Social::ReminderThis 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::BasicProfileThis class represents the basic profile of a user.
The basic profile contains the following:
Osp::Social::Services::BoardCommentThis class defines methods to manage comments on boards
Osp::Social::Services::BoardManagerThis class helps manage a board
Osp::Social::Services::BoardTopicThis class defines a topic on the board
Osp::Social::Services::BuddyThis 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::BuddyCategoryThis 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::BuddyResponseThis class represents the response to a buddy request.
The BuddyResponse includes the following data:
Osp::Social::Services::BuddyServiceThis 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::ContactProfileThis 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::CustomProfileThis 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::EducationInfoThis class represents the information that describes a part of the educational history of a person
Osp::Social::Services::IBoardManagerListenerThis interface implements a listener for board events
Osp::Social::Services::IBuddyServiceListenerThis interface implements methods for receiving responses to requests which are initiated from Osp::Social::Services::BuddyService
Osp::Social::Services::IMessagingServiceEventListenerThis is the listener interface for receiving incoming messages
Osp::Social::Services::IMessagingServiceListenerThis listener interface receives responses from the server
Osp::Social::Services::IPrivacyManagerListenerThis listener interface receives responses to requests which are initiated from Osp::Social::Services::PrivacyManager
Osp::Social::Services::IProfileServiceListenerThis listener interface is for receiving responses to requests which are initiated from Osp::Social::Services::ProfileService
Osp::Social::Services::ISnsActivityListenerThis listener interface is for receiving responses to requests which are initiated from Osp::Social::Services::SnsGateway
Osp::Social::Services::ISnsContentListenerThis listener interface receives responses to requests initiated from Osp::Social::Services::SnsGateway
Osp::Social::Services::ISnsGatewayListenerThis interface represents a listener that receives events associated with SnsGateway
Osp::Social::Services::ISnsPeopleListenerThis interface represents a listener that receives events associated with SnsGateway
Osp::Social::Services::MessagingServiceThis class encapsulate social messaging
Osp::Social::Services::PersonalProfileThis 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::PrivacyManagerThis 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::ProfileThis class represents the profile of a user
Osp::Social::Services::ProfilesThis class represents the profiles, which include a BasicProfile, a PersonalProfile, a ContactProfile, a SocialProfile, and a CustomProfile
Osp::Social::Services::ProfileServiceThis 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::ReceivedBuddyRequestThis class represents the received buddy request.
The received buddy request includes the following data:
Osp::Social::Services::SentBuddyRequestThis class represents the sent buddy request.
The sent buddy request includes the following data:
Osp::Social::Services::SnsActivityThis class represents the information of an SNS activity
Osp::Social::Services::SnsAlbumInfoThis class represents the information of an SNS album. This album is an user-created album that contains photos
Osp::Social::Services::SnsGatewayThis class represents the information of a Social Network Service (SNS) gateway
Osp::Social::Services::SnsImageInfoThis class represents the information of an SNS Image information
Osp::Social::Services::SnsPagingParamThis class represents the information of an paging parameter to use SNSGateway methods support paging
Osp::Social::Services::SnsPhotoInfoThis class represents the information of an SNS photo
Osp::Social::Services::SnsProfileThis 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::SnsStatusTextThis class represents the information of an SNS status text
Osp::Social::Services::SnsUploadContentInfoThis class represents the content metadata information for a photo to upload
Osp::Social::Services::SocialProfileThis 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::UserInfoPrivacyThis class contains the privacy policies (access level) of all user information.
Osp::Social::Services::WorkInfoThis class represents a part of the working history of a person
Osp::Social::UrlThis class represents a URL
Osp::System::AlarmThis class provides methods for creating, deleting, and updating an alarm
Osp::System::BatteryThis class provides methods to get information related to the battery charge
Osp::System::IAlarmEventListenerThis interface is the listener of the alarm event
Osp::System::PowerManagerThis class provides methods for power management
Osp::System::RuntimeInfoThis class provides methods for getting runtime information
Osp::System::SettingInfoThis class provides methods for getting setting information
Osp::System::SystemInfoThis class provides methods for getting system information
Osp::System::SystemTimeThis class provides methods to get the system time
Osp::System::VibratorThis class is for Vibrator identification
Osp::Telephony::CallManagerThis class provides the method to get information about the current call
Osp::Telephony::ITelephonyNetworkEventListenerThis interface proivdes methods to listen to the status changes in the telephony network
Osp::Telephony::NetworkInfoThis class provides information of the current network
Osp::Telephony::NetworkManagerThis class provides information about the current active network
Osp::Telephony::NetworkStatusThis class provides status information of the current network
Osp::Telephony::SimInfoThis class provides information of the currently inserted SIM card
Osp::Text::AsciiEncodingThis class implements ASCII encoding
Osp::Text::DecoderThis class implements the character decoder
Osp::Text::EncoderThis class implements the character encoder
Osp::Text::EncodingThis class implements character encoding
Osp::Text::GsmEncodingThis class is for the GSM character encoding
Osp::Text::Latin1EncodingThis class implements Latin1 encoding
Osp::Text::Ucs2EncodingThis class implements UCS-2 encoding
Osp::Text::Utf8DecoderThis class implements the UTF-8 decoder
Osp::Text::Utf8EncoderThis class implements the UTF-8 encoder
Osp::Text::Utf8EncodingThis class implements UTF-8 encoding
Osp::Ui::ContainerThis class is the base class of all the generic containers of Controls. It is an abstract base class
Osp::Ui::ControlThis class is the abstract base class of all UI control classes
Osp::Ui::Controls::AnimationThis class defines the common behavior of an animation
Osp::Ui::Controls::AnimationFrameThis class defines the common behavior of an animation frame
Osp::Ui::Controls::ButtonThis class defines common behavior for a button
Osp::Ui::Controls::CheckButtonThis class defines the common behavior of a check button
Osp::Ui::Controls::ColorPickerThis class defines a Color Picker
Osp::Ui::Controls::ContextMenuThis class defines common behavior for a ContextMenu
Osp::Ui::Controls::CustomListThis class defines the common behavior of a CustomList
Osp::Ui::Controls::CustomListItemThis class defines the common behavior for an item of a custom list
Osp::Ui::Controls::CustomListItemFormatThis class defines the common behavior for an item format of a customlist
Osp::Ui::Controls::DatePickerThis class defines a DatePicker control
Osp::Ui::Controls::EditAreaThis class defines common behaviors for an edit area
Osp::Ui::Controls::EditFieldThis class defines common behavior for an edit field
Osp::Ui::Controls::ExpandableListThis class defines common behavior for an ExpandableList
Osp::Ui::Controls::FlashThis class defines common behavior for a Flash control
Osp::Ui::Controls::FormThis class represents a container containing general controls
Osp::Ui::Controls::FrameThis class represents the main frame window of an application
Osp::Ui::Controls::GroupedListThis class defines common behavior for a GroupedList
Osp::Ui::Controls::IconListThis class defines common behaviors for an icon list
Osp::Ui::Controls::ICustomListElementThis class represents common behaviors for a ICustomListElement
Osp::Ui::Controls::ISlidableThis class defines common behaviors for an ISlidable
Osp::Ui::Controls::KeypadThis class displays a keypad on top of the screen
Osp::Ui::Controls::LabelThis class defines the common behavior of a label
Osp::Ui::Controls::ListThis class defines the common behavior of a List
Osp::Ui::Controls::MessageBoxThis class implements a message box
Osp::Ui::Controls::OptionMenuThis class defines common behavior for an OptionMenu
Osp::Ui::Controls::OverlayPanelThis class is an implementation of an OverlayPanel
Osp::Ui::Controls::PanelThis class implements a Panel, which is the simplest Container
Osp::Ui::Controls::PopupThis class displays a popup on the top of the screen
Osp::Ui::Controls::ProgressThis class is an implementation of a Progress control
Osp::Ui::Controls::RadioGroupThis class is an implementation of a RadioGroup
Osp::Ui::Controls::ScrollPanelThis class is a scrollable container class
Osp::Ui::Controls::SlidableGroupedListThis class defines common behavior for a SlidableGroupedList
Osp::Ui::Controls::SlidableListThis class defines common behavior for a SlidableList
Osp::Ui::Controls::SliderThis class is an implementation of a Slider
Osp::Ui::Controls::TabThis class is an implementation of a Tab
Osp::Ui::Controls::TimePickerThis class defines a TimePicker control
Osp::Ui::IActionEventListenerThis Interface implements listener for action event
Osp::Ui::IAdjustmentEventListenerThis interface implements listener for adjustment events
Osp::Ui::IAnimationEventListenerThis interface implements the listener for animation event
Osp::Ui::IColorChangeEventListenerThis interface implements the listener for color change events
Osp::Ui::ICustomItemEventListenerThis interface implements the listener for item event
Osp::Ui::IDateChangeEventListenerThis interface implements the listener for Date change events
Osp::Ui::IDragDropEventListenerThis interface implements the listener for a drag and drop event
Osp::Ui::IExpandableItemEventListenerThis class implements a listener for item events
Osp::Ui::IFlashEventListenerThis interface implements the listener for item event
Osp::Ui::IFocusEventListenerThis interface is used as the argument to focus the event listener
Osp::Ui::IItemEventListenerThis interface implements the listener for the item event
Osp::Ui::IKeyEventListenerThis interface implements the listener for the key event
Osp::Ui::IOrientationEventListenerThis interface implements the listener for orientation events
Osp::Ui::IScrollPanelEventListenerThis interface implements a listener for ScrollPanel events
Osp::Ui::ISlidableEventListenerThis interface implements the listener for item events
Osp::Ui::ITextEventListenerThis interface implements the listener for text events
Osp::Ui::ITimeChangeEventListenerThis interface implements the listener for time change events
Osp::Ui::ITouchEventListenerThis interface is used as the argument to the touch event listener
Osp::Ui::IWindowEventListenerThis interface implemnets the listener for the window event
Osp::Ui::TouchThis class supports multi-point touch for Touch devices
Osp::Ui::TouchEventInfoThis class stores the information of each touch events
Osp::Ui::TouchInfoThis class stores the information of a touch
Osp::Ui::WindowThis class provides abstract top-level 'window' objects
Osp::Uix::FaceDetectorThis class is used to trace faces in an image or a video
Osp::Uix::FaceRecognitionInfoThis class encapsulates the information class of a recognized face using FaceRecognizer
Osp::Uix::FaceRecognizerThis class provides methods to recognize a face in an image or a video
Osp::Uix::HapticThis class is used to control the device's haptics feature
Osp::Uix::HapticMagSweepEffectThis class defines the parameters used in a magsweep effect
Osp::Uix::HapticPeriodicEffectThis class defines the parameters used in a periodic effect
Osp::Uix::IMotionEventListenerThis interface is a listener for the motion sensing events
Osp::Uix::ISensorEventListenerThis interface is an event listener used to receive sensor data asynchronously
Osp::Uix::MotionThis class is used to probe or to receive an event about conceptual states of the device's movement
Osp::Uix::SensorManagerThis class provides receiving sensor data from device
Osp::Web::Controls::AuthenticationChallengeThis class is used to send the user ID and password to the server that requested authentication
Osp::Web::Controls::HitElementResultThis class holds the information of the HTML element which is focused or pointed by X-Y coordinates
Osp::Web::Controls::ILoadingListenerThis is a class for receiving events that occur during data loading
Osp::Web::Controls::IWebDownloadListenerThis is an interface for downloading data to an application
Osp::Web::Controls::PageNavigationListThis class contains the back and forward list for a webview
Osp::Web::Controls::WebThis class provides methods to embed a browser in an application
Osp::Web::Controls::WebSettingThis class holds the setting values for a webview
Osp::Web::HistoryItemThis class is for accessing an history item stored in the NavigationList class or the WebHistory class
Osp::Web::WebHistoryThis class contains the back and forward lists for a webview

Copyright© 2009 Samsung Electronics Co., Ltd. All rights reserved.