C# Класс InTheHand.Platform.Android.ContextManager

Показать файл Открыть проект

Открытые методы

Метод Описание
SetCurrentContext ( Android.Content.Context c ) : void

Sets a reference to the current android Context (usually the executing Activity)

For Xamarin Forms you can set using Xamarin.Forms.Forms.Context. For Xamarin.Android call this method in your MainActivity.

Описание методов

SetCurrentContext() публичный статический Метод

Sets a reference to the current android Context (usually the executing Activity)
For Xamarin Forms you can set using Xamarin.Forms.Forms.Context. For Xamarin.Android call this method in your MainActivity.
public static SetCurrentContext ( Android.Content.Context c ) : void
c Android.Content.Context The current Activity Context.
Результат void