![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
The Appracatappra License Manager handles verfiying your licensed version of a Appracatappra developer product purchased from our online store. You will need to provide the customer information used to purchase the product, the product license that was sent to you in your purchase receipt and a product activation key. You can generate the activation key at http://appracatappra.com/checkout/activate-license/. You have a limited number of product activations so please make a copy of your Activation Key and keep it in a safe place. More...
Properties | |
static string | FirstName [get, set] |
Gets or sets the first name of the developer used to purchase the component. More... | |
static string | LastName [get, set] |
Gets or sets the last name of the developer used to purchase the component. More... | |
static string | Email [get, set] |
Gets or sets the email address of the developer used to purchase the component. More... | |
static string | LicenseKey [get, set] |
Gets or sets the license key that was sent to you when the product was purchased. More... | |
static string | ActivationKey [get, set] |
Gets or sets the activation key generated from your customer information and product license from the Appracatappra website. More... | |
static bool | LicenseIsValid [get] |
Gets a value indicating whether the product license is valid. More... | |
static string | ProductName [get] |
Gets the name of the product being licensed. More... | |
The Appracatappra License Manager handles verfiying your licensed version of a Appracatappra developer product purchased from our online store. You will need to provide the customer information used to purchase the product, the product license that was sent to you in your purchase receipt and a product activation key. You can generate the activation key at http://appracatappra.com/checkout/activate-license/. You have a limited number of product activations so please make a copy of your Activation Key and keep it in a safe place.
Typically, you will provide this information to the AppracatappraLicenseManager
when the app first starts in the main
method of the Main.cs
file.
Failure to include the requested information will result in a Toast style popup being displayed that reads, "Unlicensed Appracatappra Product" whenever an Action Component is used.
|
staticgetset |
Gets or sets the activation key generated from your customer information and product license from the Appracatappra website.
The activation key.
Visit http://appracatappra.com/checkout/activate-license/ to generate your license key.
|
staticgetset |
Gets or sets the email address of the developer used to purchase the component.
The email.
|
staticgetset |
Gets or sets the first name of the developer used to purchase the component.
The first name.
|
staticgetset |
Gets or sets the last name of the developer used to purchase the component.
The last name.
|
staticget |
Gets a value indicating whether the product license is valid.
true
if license is valid; otherwise, false
.
|
staticgetset |
Gets or sets the license key that was sent to you when the product was purchased.
The license key.
Your product license key is also available from http://appracatappra.com/checkout/license-keys/
|
staticget |
Gets the name of the product being licensed.
The name of the product.