Class LicensingProvider
Inheritance
System.Object
LicensingProvider
Namespace: Com.Telerik.Android.Common.Licensing
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class LicensingProvider : Object
Constructors
LicensingProvider()
Declaration
public LicensingProvider()
LicensingProvider(IntPtr, JniHandleOwnership)
Declaration
protected LicensingProvider(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
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
|
Methods
LicenseRequired()
Declaration
public static bool LicenseRequired()
Returns
System.Boolean
|
Verify(Context)
Declaration
public static void Verify(Context context)
Parameters
Android.Content.Context
context
|