What will the alert(WL.Client.getUserPref(‘key1’)); show?
what is expected to happen when this snippet is executed on a real device?
What needs to be passed to the native page in the parm2 parameter?
A web page in a Worklight mobile application invokes a native page using the following function
call: WL.NativePage.show(“com.demo.NativePage”, parm2, data); What needs to be passed to
the native page in the parm2 parameter?
Which two statements describe the outcome of this scenario?
What does this status code mean?
A developer created an encrypted cache with the WL.EncryptedCache.open function. When the
function is triggered, the following status code is returned:
WL.EncryptedCache.ERROR_SECURE_RANDOM_GENERATOR_UNAVAILABLE What does
this status code mean?
What is the cause of this behavior?
What is the expected result when starting the application on a device?
how can the IBM Worklight Studio be used to accomplish this?
An IBM Worklight hybrid application supports Android 2.3 phones and tablets. It needs to be
extended to support Android 4 phones and tablets. After installing the Android 4 SDK, how can the
IBM Worklight Studio be used to accomplish this?
How can this be done?
Before submitting a long form, an application needs to explicitly detect that the device is
connected to the Worklight server. How can this be done?
Which steps need to be taken by the developer to receive data from the adapter in an application?
An HTTP adapter is deployed on a Worklight server. Which steps need to be taken by the
developer to receive data from the adapter in an application?