C# Class EvolveApp.Droid.FixNavBar

Inheritance: IToastLayoutCustomRenderer
Afficher le fichier Open project: xamarin/mini-hacks

Méthodes publiques

Méthode Description
FixNavBar ( ImageView>.Action imageSetterForCustomType = null, Color>.Func backgroundColorForCustomTypeResolver = null ) : System
Render ( Android.App.Activity activity, ToastNotificationType type, string title, string description, object context ) : Android.Views.View

Method Details

FixNavBar() public méthode

public FixNavBar ( ImageView>.Action imageSetterForCustomType = null, Color>.Func backgroundColorForCustomTypeResolver = null ) : System
imageSetterForCustomType ImageView>.Action
backgroundColorForCustomTypeResolver Color>.Func
Résultat System

Render() public méthode

public Render ( Android.App.Activity activity, ToastNotificationType type, string title, string description, object context ) : Android.Views.View
activity Android.App.Activity
type ToastNotificationType
title string
description string
context object
Résultat Android.Views.View