C# 클래스 Sport.Mobile.iOS.ToastNotifier

상속: IToastNotifier
파일 보기 프로젝트 열기: xamarin/Sport

공개 메소드들

메소드 설명
HideAll ( ) : void
Init ( ) : void
Notify ( ToastNotificationType type, string title, string description, System.TimeSpan duration, object context = null ) : Task

메소드 상세

HideAll() 공개 메소드

public HideAll ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Notify() 공개 메소드

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
리턴 Task