如何使用 Mirror API .NET 客户端插入自定义菜单项。
谢谢
有关将菜单项添加到时间轴对象的更多信息,请参阅https://developers.google.com/resources/api-libraries/documentation/mirror/v1/csharp/latest/classGoogle_1_1Apis_1_1Mirror_1_1v1_1_1Data_1_1TimelineItem.html#ac95fb985d873aed1ed8277c8bfcd3374。MenuItem 对象操作在https://developers.google.com/resources/api-libraries/documentation/mirror/v1/csharp/latest/classGoogle_1_1Apis_1_1Mirror_1_1v1_1_1Data_1_1MenuItem.html#a4b3f412526fe4a4cd68a760a0ef95d0c和https://developers.google.com/resources /api-libraries/documentation/mirror/v1/csharp/latest/classGoogle_1_1Apis_1_1Mirror_1_1v1_1_1Data_1_1MenuItem.html#ac499b1aaa93ce833a6d9eb20eaba43fe了解如何设置该菜单项的显示值。
https://developers.google.com/glass/menu-items#defining_custom_menu_items提供了有关时间线项和添加自定义菜单项的一般指南。
最后,在https://github.com/googleglass/mirror-quickstart-dotnet/blob/master/Controllers/MainController.cs有示例源,它显示了如何使用操作插入项目,您应该能够适应那里的 MenuItem 使用自定义菜单。