C# Class EvolveApp.Droid.FixNavBar

Inheritance: IToastLayoutCustomRenderer
显示文件 Open project: xamarin/mini-hacks

Public Methods

Method 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 method

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

Render() public method

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
return Android.Views.View