aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.MobileCoreAndroid Class Reference

Entry class to initialize the MobileCore for Android More...

Static Public Member Functions

static void Init (Context appContext)
 Initializes Mobile core for Android. More...
 
static void Init (Context appContext, Options options)
 Initializes Mobile core for Android. More...
 
static void Init (Assembly assembly, Context appContext)
 Initializes Mobile core for Android using custom assembly for storing resources. Best to be used with Xamarin.Forms. Resources needs to be stored in ./Resources directory of Xamarin.Forms platform-independent project. More...
 
static void Init (Assembly assembly, Context appContext, Options options)
 Initializes Mobile core for Android using custom assembly for storing resources. Best to be used with Xamarin.Forms. Resources needs to be stored in ./Resources directory of Xamarin.Forms platform-independent project. More...
 

Detailed Description

Entry class to initialize the MobileCore for Android

Member Function Documentation

◆ Init() [1/4]

static void AeroGear.Mobile.Core.MobileCoreAndroid.Init ( Context  appContext)
static

Initializes Mobile core for Android.

Parameters
appAndroid application context

◆ Init() [2/4]

static void AeroGear.Mobile.Core.MobileCoreAndroid.Init ( Context  appContext,
Options  options 
)
static

Initializes Mobile core for Android.

Parameters
appContextAndroid application contextt
optionsadditional initialization options

◆ Init() [3/4]

static void AeroGear.Mobile.Core.MobileCoreAndroid.Init ( Assembly  assembly,
Context  appContext 
)
static

Initializes Mobile core for Android using custom assembly for storing resources. Best to be used with Xamarin.Forms. Resources needs to be stored in ./Resources directory of Xamarin.Forms platform-independent project.

Parameters
assemblyAssembly of the platform-independent project
appContextAndroid application contextt

◆ Init() [4/4]

static void AeroGear.Mobile.Core.MobileCoreAndroid.Init ( Assembly  assembly,
Context  appContext,
Options  options 
)
static

Initializes Mobile core for Android using custom assembly for storing resources. Best to be used with Xamarin.Forms. Resources needs to be stored in ./Resources directory of Xamarin.Forms platform-independent project.

Parameters
assemblyAssembly of the platform-independent project
appContextAndroid application contextt
optionsadditional initialization options

The documentation for this class was generated from the following file: