com.craftar
Interface CraftARTouchEventInterface.OnContentClickListener
-
- Enclosing class:
- CraftARTouchEventInterface
public static interface CraftARTouchEventInterface.OnContentClickListener
Interface that lets you define the behavior for click events on the Augmented Reality contents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onClick(CraftARContent content)
Triggered when a content of an AR item has been clicked
-
-
-
Method Detail
-
onClick
void onClick(CraftARContent content)
Triggered when a content of an AR item has been clicked- Parameters:
content
- The content that has been clicked
-
-
Comments
0 comments
Article is closed for comments.