C# Class Sport.Mobile.iOS.ToastNotifier

Inheritance: IToastNotifier
Afficher le fichier Open project: xamarin/Sport

Méthodes publiques

Méthode Description
HideAll ( ) : void
Init ( ) : void
Notify ( ToastNotificationType type, string title, string description, System.TimeSpan duration, object context = null ) : Task

Method Details

HideAll() public méthode

public HideAll ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

Notify() public méthode

public Notify ( ToastNotificationType type, string title, string description, System.TimeSpan duration, object context = null ) : Task
type ToastNotificationType
title string
description string
duration System.TimeSpan
context object
Résultat Task