dlt.setNavigationBarTitle
Introduction
Set the navigation bar title.
Parameters
Object object
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | Yes | Title | |
| success | function | No | Callback function for a successful call | |
| fail | function | No | Callback function for a failed call | |
| complete | function | No | Callback function for the call's completion (executed for both successful and failed calls) |
Sample Code
dlt.setNavigationBarTitle({
title: 'this is a title',
});