public SpeakerCell(string sessionId, INavigation navigation = null) { this.sessionId = sessionId; Height = 60; View = new SpeakerCellView(); StyleId = "disclosure"; this.navigation = navigation; }
public SpeakerCell (string sessionId, IDevice device, INavigation navigation = null) { this.device = device; this.sessionId = sessionId; Height = 60; View = new SpeakerCellView (); StyleId = "disclosure"; this.navigation = navigation; }