Build Custom Screen Apps (Open-API)

Build Custom Screen Apps (Open-API)

Work In Progress (Coming Soon)

Custom Screen Apps are currently not available publicly. Our development team is working very hard making Open-API available to the general public in the near future. This documentation is incomplete, please only refer to this documentation per instruction from Kuusoft team.

Introduction

NexSigns embrace the concept of Open-API to allow 3rd party developer to build, execute, publish screen application on NexSigns platform. In this article, we will go through some of the basics of creating screen apps running natively on NexSigns.

The basic attribute of Screen Apps

All Screen Apps consists of the following attribute as an entry hook for the custom application.

Requirement

Attribute Name

Description

Notes

Required

AppID

This is a unique application ID given to the authorized developer.

If you wish to obtain a new AppID, you must contact Kuusoft Support Team.

Required

Name

The name of your application appeared to the user.

 

Required

Description

The description of your application. This will appear in the Market Place.

 

Optional

AppIcon24x24

A .PNG format for your application icon for XS format (24px X 24px).
If the icon is not provided, a generic ScreenApp icon will be used.

The icon must be hosted on a publicly accessible domain with https connections. Alternatively, this can be uploaded to OnePass as an asset.

Optional

AppIcon32x32

A .PNG format for your application icon for SM format (32px X 32px).
If the icon is not provided, a generic ScreenApp icon will be used.

The icon must be hosted on a publicly accessible domain with https connections. Alternatively, this can be uploaded to OnePass as an asset.

Optional

AppIcon48x48

A .PNG format for your application icon for MD format (48px X 48px).
If the icon is not provided, a generic ScreenApp icon will be used.

The icon must be hosted on a publicly accessible domain with https connections. Alternatively, this can be uploaded to OnePass as an asset.

Optional

AppIcon64x64

A .PNG format for your application icon for LG format (64px X 64px).
If the icon is not provided, a generic ScreenApp icon will be used.

The icon must be hosted on a publicly accessible domain with https connections. Alternatively, this can be uploaded to OnePass as an asset.

Optional

AppIcon96x96

A .PNG format for your application icon for XL format (96px X 96px).
If the icon is not provided, a generic ScreenApp icon will be used.

The icon must be hosted on a publicly accessible domain with https connections. Alternatively, this can be uploaded to OnePass as an asset.