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

Entry class to initialize the MobileCore on iOS More...

Static Public Member Functions

static MobileCore Init ()
 Initializes Mobile core for iOS. More...
 
static MobileCore Init (Options options)
 Initializes Mobile core for iOS. More...
 
static MobileCore Init (Assembly assembly)
 Initializes Mobile core for iOS 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 MobileCore Init (Assembly assembly, Options options)
 Initializes Mobile core for iOS 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 on iOS

Member Function Documentation

◆ Init() [1/4]

static MobileCore AeroGear.Mobile.Core.MobileCoreIOS.Init ( )
static

Initializes Mobile core for iOS.

◆ Init() [2/4]

static MobileCore AeroGear.Mobile.Core.MobileCoreIOS.Init ( Options  options)
static

Initializes Mobile core for iOS.

Parameters
optionsadditional initialization options

◆ Init() [3/4]

static MobileCore AeroGear.Mobile.Core.MobileCoreIOS.Init ( Assembly  assembly)
static

Initializes Mobile core for iOS 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

◆ Init() [4/4]

static MobileCore AeroGear.Mobile.Core.MobileCoreIOS.Init ( Assembly  assembly,
Options  options 
)
static

Initializes Mobile core for iOS 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
optionsadditional initialization options

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