Optional external asset identifier.
๐ Asset ID
- ๐ What is AssetId? The AssetId property allows you to link a hotspot to an external digital asset or resource. This might be a unique code, product SKU, asset tracking number, or integration ID from another system.
- ๐ Why use it? By specifying an AssetId, you can associate a real-world or virtual item with your hotspot for easier management, inventory, or deeper integrations (e.g., IoT sensors, digital artwork, inventory systems).
- ๐ ๏ธ How to use it:
- ๐ Enter an identifier (up to 400 characters) when creating or editing a hotspot.
- ๐ Use this field to connect your hotspot to any external system or database that supports IDs.
- ๐ Useful for logistics, museums, digital collections, or smart city apps where unique assets are tracked.
- ๐ก Tip: If you don’t need to link to an external asset, you can leave this field blank. It's fully optional and won’t affect the AR experience.
C# Definition:
[MaxLength(400)]
[Description("Optional external asset identifier")]
public string AssetId { get; set; }