NotificationButtonUIManagerShowNotificationButtonAsync - метод
Показывает индикатор с уведомлениями
Пространство имён: Tessa.UI.Controls.ForumsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public Task ShowNotificationButtonAsync(
bool isUpdate = true,
bool needUpdateViewModel = false,
CancellationToken cancellationToken = default
)
Public Function ShowNotificationButtonAsync (
Optional isUpdate As Boolean = true,
Optional needUpdateViewModel As Boolean = false,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
virtual Task^ ShowNotificationButtonAsync(
bool isUpdate = true,
bool needUpdateViewModel = false,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract ShowNotificationButtonAsync :
?isUpdate : bool *
?needUpdateViewModel : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _isUpdate = defaultArg isUpdate true
let _needUpdateViewModel = defaultArg needUpdateViewModel false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
override ShowNotificationButtonAsync :
?isUpdate : bool *
?needUpdateViewModel : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _isUpdate = defaultArg isUpdate true
let _needUpdateViewModel = defaultArg needUpdateViewModel false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
- isUpdate Boolean (Optional)
- needUpdateViewModel Boolean (Optional)
- cancellationToken CancellationToken (Optional)
TaskINotificationButtonUIManagerShowNotificationButtonAsync(Boolean, Boolean, CancellationToken)