The IMIBPContract type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ActivateCategory |
Activates a Category that has been paused with the PauseCategory(UserCredential, String) method. A Category that has been paused is not available until it has been activated.
| |
| ActivateTag |
Activates a Tag that has been paused with the PauseTag(UserCredential, String, String) method. A Tag that has been paused is not available until it has been activated.
| |
| CreateCategory | ||
| CreateTag |
Creates a new Tag within a specified Category.
| |
| DeleteTag | ||
| GetBarcode |
Renders the Tag into a byte array representing an image.
| |
| GetDirectUrl |
Gets the direct URL of the Tag specified by the category and Tag names. Following the direct URL in a Web browser is equivalent to scanning
the Tag. Each time the direct URL is used in a browser, the Tag's content is shown, and a scan is logged.
| |
| GetNfcUrl |
Returns the URL corresponding to the NFC representation of the Tag specified by category name and Tag name.
| |
| GetQRCode | ||
| GetQRUrl |
Returns the URL corresponding to the QR code representation of the Tag specified by category name and Tag name.
| |
| GetTagByTagName |
Retrieves information about a Tag, given its name and category.
| |
| GetTagId |
Return the Tag Id to the users.
| |
| PauseCategory |
Places a specified Category and all of the Tags it contains in a paused state, making them unavailable.
| |
| PauseTag |
Places a specified Tag in a paused state, making it unavailable.
| |
| UpdateCategory |
Allows you to update the properties of a Category.
| |
| UpdateTag |
Allows you to change Tag information, such as the Tag Title, Tag Type, Start Date and End Date.
|