InformationActivity

public final class InformationActivity extends AppCompatActivity

Activity to show all the information about the license and device

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard

The copy button for app information

Link copied to clipboard

The copy button for license information

Link copied to clipboard
Link copied to clipboard

The back button

Link copied to clipboard

The linear layout for Other information Header

Link copied to clipboard

The customer id text view

Link copied to clipboard

The device id text view

Link copied to clipboard

The expiration date text view

Link copied to clipboard

The license id text view

Link copied to clipboard

The SDK version text view

Link copied to clipboard

The thumbprint text view

Functions

Link copied to clipboard

The copy button for app information

Link copied to clipboard

The copy button for license information

Link copied to clipboard
private final AppCompatImageView getIvBack()

The back button

Link copied to clipboard

The linear layout for Other information Header

Link copied to clipboard
private final TextView getTvCustomerId()

The customer id text view

Link copied to clipboard
private final TextView getTvDeviceId()

The device id text view

Link copied to clipboard
private final TextView getTvExpiration()

The expiration date text view

Link copied to clipboard
private final TextView getTvLicenseId()

The license id text view

Link copied to clipboard
private final TextView getTvSdkVersion()

The SDK version text view

Link copied to clipboard
private final TextView getTvThumbprint()

The thumbprint text view

Link copied to clipboard
protected Unit onCreate(Bundle savedInstanceState)
Link copied to clipboard
protected Unit onResume()

Check whether sdk is initialized or not when the activity is resumed

Link copied to clipboard
private final Unit setBtnAppCopy(AppCompatImageView btnAppCopy)

The copy button for app information

Link copied to clipboard
private final Unit setBtnLicCopy(AppCompatImageView btnLicCopy)

The copy button for license information

Link copied to clipboard
private final Unit setIvBack(AppCompatImageView ivBack)

The back button

Link copied to clipboard
private final Unit setLicenseInfo()

Set the license information in the UI

Link copied to clipboard
private final Unit setLlOtherInformationHeader(LinearLayout llOtherInformationHeader)

The linear layout for Other information Header

Link copied to clipboard
private final Unit setTvCustomerId(TextView tvCustomerId)

The customer id text view

Link copied to clipboard
private final Unit setTvDeviceId(TextView tvDeviceId)

The device id text view

Link copied to clipboard
private final Unit setTvExpiration(TextView tvExpiration)

The expiration date text view

Link copied to clipboard
private final Unit setTvLicenseId(TextView tvLicenseId)

The license id text view

Link copied to clipboard
private final Unit setTvSdkVersion(TextView tvSdkVersion)

The SDK version text view

Link copied to clipboard
private final Unit setTvThumbprint(TextView tvThumbprint)

The thumbprint text view

Link copied to clipboard
private final Unit setupComponents()

Sets up the components in the activity

Link copied to clipboard
private final Unit setUpListeners()

Set up listeners for the components in the activity