class documentation

class _TextNotificationActionInfo: (source)

View In Hierarchy

Undocumented

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

Undocumented

buttonTitle: str = (source)

Undocumented

destructive: bool = (source)

Undocumented

foreground: bool = (source)

Undocumented

identifier: str = (source)

Undocumented

textPlaceholder: str = (source)

Undocumented

Undocumented

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

Undocumented

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

Undocumented

_extraOptions: UNNotificationCategoryOptions = (source)

Undocumented