Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
pp::ExtensionSystemSamsung Class Reference
Inheritance diagram for pp::ExtensionSystemSamsung:
pp::ExtensionSystemSamsungTizen pp::ExtensionSystemSamsungWRT

Public Member Functions

std::string GetEmbedderName () const
 GetEmbedderName() returns name of the extension system provider.
 
Var GetCurrentExtensionInfo ()
 
Var GenericSyncCall (const Var &operation_name, const Var &operation_data)
 

Protected Member Functions

 ExtensionSystemSamsung (const InstanceHandle &instance)
 
 ~ExtensionSystemSamsung ()
 Destructor.
 

Constructor & Destructor Documentation

pp::ExtensionSystemSamsung::ExtensionSystemSamsung ( const InstanceHandle instance)
explicitprotected

A constructor for creating a ExtensionSystemSamsung.

Parameters
[in]instanceThe instance with which this resource will be associated.

Member Function Documentation

Var pp::ExtensionSystemSamsung::GenericSyncCall ( const Var operation_name,
const Var operation_data 
)

GenericSyncCall() communicates synchronously with extension system. The extension system will execute operation |operation_name| with provided arguments |operation_data|. See embedder documentation to know what operations are possible.

Parameters
[in]operation_nameThe name of operation to execute.
[in]operation_dataAdditional arguments for operation execution.
Var pp::ExtensionSystemSamsung::GetCurrentExtensionInfo ( )

GetCurrentExtensionInfo() returns information about current extension. If browser does not support extension system, it will return undefined value.


The documentation for this class was generated from the following file: