Skip to content

A lightweight ES6 based notification banner - coming with different types and positions.

License

Notifications You must be signed in to change notification settings

R4mpancy/titanium-notification-banner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanium Notification Banner

A notification banner for Titanium that uses full native API's to modally present messages.

Requirements

  • Titanium 7.0.0+

Example

import NotificationBanner from 'ti.notificationbanner';

NotificationBanner.show({
  title: 'Titanium rocks!',
  duration: 2,
  
  // iOS only for now
  subtitle: 'It seriously does',
  backgroundColor: 'green',
});

Methods

  • show(options)

Properties

  • title (Required)
  • subtitle (Optional)
  • backgroundColor (Optional)
  • duration (Optional)

License

MIT

Author

Hans Knöchel, Lambus GmbH

About

A lightweight ES6 based notification banner - coming with different types and positions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 73.4%
  • JavaScript 14.2%
  • Java 7.9%
  • Swift 4.5%