Jitsi widget: Implement [Widget description]

This commit is contained in:
manuroe 2017-08-16 11:47:03 +02:00
parent cf68176fbc
commit c50ecaf571

View file

@ -61,4 +61,9 @@
return _widgetEvent.roomId;
}
- (NSString *)description
{
return [NSString stringWithFormat:@"<Widget: %p> id: %@ - type: %@ - name: %@ - url: %@", self, _widgetId, _type, _name, _url];
}
@end