Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this API to dynamically set the background color of the page.

Parameters

PropertyTypeRequiredDescription
backgroundColorHexColorNoBackground color
backgroundColorTopHexColorNoTop area background color (iOS)
backgroundColorBottomHexColorNoBottom area background color (iOS)
successFunctionNoCallback on success
failFunctionNoCallback on failure
completeFunctionNoCallback that always executes

Code Example

my.setBackgroundColor({
  backgroundColor: '#ffffff',
  backgroundColorTop: '#ffffff',
  backgroundColorBottom: '#ffffff'
});

my.setNavigationBar

Set navigation bar