如何使用Mirror API .NET客户端插入自定义菜单项。
谢谢
答案 0 :(得分:2)
有关将菜单项添加到时间轴对象的更多信息,请参阅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对象Action在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以使用自定义菜单。