C# Class MonoTouch.Fabric.Fabric

Afficher le fichier Open project: joeisapro/MonoTouch.Fabric Class Usage Examples

Méthodes publiques

Méthode Description
InitializeFramework ( NSObject kits, bool enableDebugging = true ) : void
Log ( string message, bool alwaysLog = false ) : void
With ( NSObject kits ) : Fabric

Private Methods

Méthode Description
GetKitInitializationMessage ( NSObject kits ) : string
InitializeFramework ( NSObject kits, CrashlyticsManager crashlyticsManager, bool enableDebugging = true ) : void
RemoveKit ( NSObject kits, NSObject kit ) : NSObject[]

Method Details

InitializeFramework() public static méthode

public static InitializeFramework ( NSObject kits, bool enableDebugging = true ) : void
kits NSObject
enableDebugging bool
Résultat void

Log() public static méthode

public static Log ( string message, bool alwaysLog = false ) : void
message string
alwaysLog bool
Résultat void

With() public static méthode

public static With ( NSObject kits ) : Fabric
kits NSObject
Résultat Fabric