This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
DrawerClosed (DrawerGravity as Int) DrawerOpened (DrawerGravity as Int) DrawerSlide (Position As Float, DrawerGravity as Int) DrawerStateChanged (State as Int) NavigationItemSelected (MenuItem as ACMenuItem, DrawerGravity as Int)
Initializes the navigation drawer with the given gravity.
EventName - Name of the event Panel - Parent panel for the navigation drawer. NavWidth - The width of the navigation panel. Gravity - The Gravity for the drawer (START, END, LEFT, RIGHT)
Initializes a Snackbar. A snackbar always has a parent view which can be the Activity or a panel.
EventName - Name for the click event for the (optional) action Parent - parent view. (The Activity or a Panel) Text - text to show. Duration - DURATION_SHORT, DURATION_LONG or a time in milliseconds.
isInitializedAsBoolean
Check if the object is initialized
SetAction (TextAsString)
Sets the (optional) action for the Snackbar
Show
Shows the Snackbar
TextAsString [write only]
Update the text for the Snackbar.
ViewAsandroid.view.View [read only]
Returns the base view for the Snackbar. This can be the main Activity or a Panel.