mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Jitsi widget: naming sanitisation
This commit is contained in:
@@ -31,9 +31,10 @@ FOUNDATION_EXPORT NSString *const kWidgetEventTypeString;
|
||||
FOUNDATION_EXPORT NSString *const kWidgetTypeJitsi;
|
||||
|
||||
/**
|
||||
Posted when a widget has been created, updated or removed.
|
||||
Posted when a widget has been created, updated or disabled.
|
||||
The notification object is the `Widget` instance.
|
||||
*/
|
||||
FOUNDATION_EXPORT NSString *const kMXKWidgetManagerDidUpdateWidgetNotification;
|
||||
FOUNDATION_EXPORT NSString *const kWidgetManagerDidUpdateWidgetNotification;
|
||||
|
||||
/**
|
||||
`WidgetManager` NSError domain and codes.
|
||||
@@ -131,7 +132,7 @@ WidgetManagerErrorCode;
|
||||
/**
|
||||
Add/remove matrix session.
|
||||
|
||||
Registering session allows to generate `kMXKWidgetManagerDidUpdateWidgetNotification` notifications.
|
||||
Registering session allows to generate `kWidgetManagerDidUpdateWidgetNotification` notifications.
|
||||
|
||||
@param mxSession the session to add/remove.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user