Manual Reference Source Test
public class | source

AppMenuModel

Model representing app menu. A app menu redirects the user to different screens and sections of the application.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object
  • optional
  • nullable: false

JSON formatted response of a single menu

response.id Number

The id of the app menu

response.title String

The title of the app menu

response.action String

The action that the devices need to execute when the app menu is tapped. Options are:

                                       - about_us
                                       - alerts
                                       - appointments
                                       - ar
                                       - arts
                                       - badges
                                       - brands
                                       - breath_assessment
                                       - calendar
                                       - captured_value_groups
                                       - care_circle
                                       - companion
                                       - companions
                                       - comply_scan
                                       - contact
                                       - container
                                       - cost_calculator
                                       - data_collection
                                       - diamond_club
                                       - dynamic_contents
                                       - ediary
                                       - email
                                       - event_report
                                       - events
                                       - external_url
                                       - faq
                                       - favorites
                                       - flow_process
                                       - galleries
                                       - give_points
                                       - glossary
                                       - health_measurements
                                       - home
                                       - information
                                       - key_terms
                                       - logout
                                       - map
                                       - menu
                                       - my_trial
                                       - news
                                       - no_action
                                       - offers
                                       - outage_map
                                       - pain_assessment
                                       - payment_locator
                                       - personal_center
                                       - places
                                       - privacy_policy
                                       - profile
                                       - push_notification
                                       - reminders
                                       - report_an_outage
                                       - rewards
                                       - scavenger
                                       - send_message
                                       - settings
                                       - share
                                       - social
                                       - static_screen
                                       - subcategory
                                       - tagged_contents
                                       - technical_support
                                       - terms
                                       - tou
                                       - tracker
                                       - trial
                                       - unknown
                                       - url
                                       - video
                                       - video_consult
                                       - videos
response.image Object

The icon of the app menu

response.enabled Boolean

true,

response.created_at String

'2018-03-20T15:46:33Z',

response.updated_at String

'2018-03-20T15:46:33Z',

response.position Number

1

Public Members

public action: String source

public createdAt: String source

public enabled: Boolean source

public id: Number source

public image: Object source

public position: Number source

public title: String source

public updatedAt: String source