bindService()

The serviceLib.bindService() system function specifies a binding name that refers to an element in the EGL deployment descriptor file.

Syntax

  serviceLib.bindService(bindingKey STRING in) 
  returns (variable Service | Interface)
bindingKey
This corresponds to the name field in an eglBinding element in the EGL deployment descriptor file. EGL uses this element to find the requested service.
variable
A Service or Interface variable that your code uses to access the service.

Feedback