Share via


BadgeAnimation.OnAppearing(View) Method

Definition

With the OnAppearing(View) method you can influence the animation that is used when the BadgeView appears.

public System.Threading.Tasks.Task OnAppearing(Xamarin.Forms.View badgeView);

Parameters

badgeView
View

The BadgeView instance on which the animation will be applied

Returns

System.Threading.Tasks.Task

An awaitable System.Threading.Tasks.Task

Implements

Applies to