A developer wants to create a Client Library that will only be included on touch enabled devices.
What action should the developer take to achieve this?
A developer wants to create a Client Library that will only be included on touch enabled devices.
What action should the developer take to achieve this?
To create a Client Library that will only be included on touch enabled devices, the correct action is to set the channels property on the Client Library Folder to 'touch'. This ensures that the specific client library is only included when the specified channels, in this case 'touch' for touch-enabled devices, are detected. Creating a resource folder called 'touch' under the Client Library Folder would not inherently restrict the client library to touch-enabled devices.
Should be C
prove link: https://docs.adobe.com/content/help/en/experience-manager-65/developing/introduction/clientlibs.html#using-a-library-for-specific-mobile-groups
C is the answer
C is the correct answer