Class BuildConfig
Inheritance
System.Object
BuildConfig
Namespace: Com.Telerik.Android.Primitives
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public sealed class BuildConfig : Object
Constructors
BuildConfig()
Declaration
public BuildConfig()
Fields
BuildType
Declaration
public const string BuildType = "release"
Field Value
System.String
|
Debug
Declaration
public const bool Debug = false
Field Value
System.Boolean
|
LibraryPackageName
Declaration
public const string LibraryPackageName = "com.telerik.android.primitives"
Field Value
System.String
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|