| | |
| | | using System; |
| | | using Foundation; |
| | | using HdlSiri; |
| | | using HDLSceneSiri; |
| | | //using HdlSiri; |
| | | using Intents; |
| | | using UIKit; |
| | | |
| | |
| | | { |
| | | get |
| | | { |
| | | var orderSoupIntent = new HDLRunSceneIntent() { SceneId = Id, SceneName = Name }; |
| | | //orderSoupIntent.Quantity = new NSNumber(Quantity); |
| | | //orderSoupIntent.Soup = new INObject(MenuItem.ItemNameKey, MenuItem.LocalizedString); |
| | | |
| | | var orderSoupIntent = new HDLRunSceneIntent();// { SceneId = Id, SceneName = Name }; |
| | | orderSoupIntent.SceneId = Id;//orderSoupIntent.Quantity = new NSNumber(Quantity); |
| | | orderSoupIntent.SceneName = Name;//orderSoupIntent.Soup = new INObject(MenuItem.ItemNameKey, MenuItem.LocalizedString); |
| | | |
| | | //var image = UIImage.FromBundle(MenuItem.IconImageName); |
| | | //if (!(image is null)) |