public class VibrationBridge extends BaseNotificationBridge implements IVibration, APIBridge
apiGroup| Constructor and Description |
|---|
VibrationBridge(IVibration delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
IVibration |
getDelegate()
Get the delegate implementation.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
setDelegate(IVibration delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic VibrationBridge(IVibration delegate)
delegate - The delegate implementing platform specific functions.public final IVibration getDelegate()
public final void setDelegate(IVibration delegate)
delegate - The delegate implementing platform specific functions.public APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BaseNotificationBridgerequest - APIRequest object containing method name and parameters.