mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Send sticker: IntegrationManagerVC: add the ability to set a user widget
https://github.com/vector-im/riot-ios/issues/1860
This commit is contained in:
@@ -37,4 +37,12 @@ FOUNDATION_EXPORT NSString *const kIntegrationManagerAddIntegrationScreen;
|
||||
*/
|
||||
- (instancetype)initForMXSession:(MXSession*)mxSession inRoom:(NSString*)roomId screen:(NSString*)screen widgetId:(NSString*)widgetId;
|
||||
|
||||
/**
|
||||
Get the integration manager settings screen for a given widget type.
|
||||
|
||||
@param widgetType the widget type.
|
||||
@return the screen id for that widget type.
|
||||
*/
|
||||
+ (NSString*)screenForWidget:(NSString*)widgetType;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user