C# 클래스 MonoTouch.Fabric.Fabric

파일 보기 프로젝트 열기: joeisapro/MonoTouch.Fabric 1 사용 예제들

공개 메소드들

메소드 설명
InitializeFramework ( NSObject kits, bool enableDebugging = true ) : void
Log ( string message, bool alwaysLog = false ) : void
With ( NSObject kits ) : Fabric

비공개 메소드들

메소드 설명
GetKitInitializationMessage ( NSObject kits ) : string
InitializeFramework ( NSObject kits, CrashlyticsManager crashlyticsManager, bool enableDebugging = true ) : void
RemoveKit ( NSObject kits, NSObject kit ) : NSObject[]

메소드 상세

InitializeFramework() 공개 정적인 메소드

public static InitializeFramework ( NSObject kits, bool enableDebugging = true ) : void
kits NSObject
enableDebugging bool
리턴 void

Log() 공개 정적인 메소드

public static Log ( string message, bool alwaysLog = false ) : void
message string
alwaysLog bool
리턴 void

With() 공개 정적인 메소드

public static With ( NSObject kits ) : Fabric
kits NSObject
리턴 Fabric