class documentation

class _PlainNotificationActionInfo: (source)

View In Hierarchy

Undocumented

Class Variable authenticationRequired Undocumented
Class Variable destructive Undocumented
Class Variable foreground Undocumented
Class Variable identifier Undocumented
Class Variable title Undocumented
Method _makeCallback Undocumented
Method _toAction Undocumented
Class Variable _extraOptions Undocumented
authenticationRequired: bool = (source)

Undocumented

destructive: bool = (source)

Undocumented

foreground: bool = (source)

Undocumented

identifier: str = (source)

Undocumented

Undocumented

def _makeCallback(self, appCallback: Callable[[T], Awaitable[None]]) -> Callable[[Any, UNNotificationResponse], Awaitable[None]]: (source)

Undocumented

def _toAction(self) -> UNNotificationAction: (source)

Undocumented

_extraOptions: UNNotificationCategoryOptions = (source)

Undocumented