All Projects → lambus-platform → titanium-notification-banner

lambus-platform / titanium-notification-banner

Licence: MIT License
A lightweight ES6 based notification banner - coming with different types and positions.

Programming Languages

objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to titanium-notification-banner

av.imageview
Titanium native ImageView module that extends the default Titanium ImageView with more capabilities and a different caching system.
Stars: ✭ 97 (+304.17%)
Mutual labels:  titanium
staballoy
Reactive UI framework for Titanium Alloy
Stars: ✭ 18 (-25%)
Mutual labels:  titanium
ti recover
Appcelerator Titanium APK source code recovery tool
Stars: ✭ 17 (-29.17%)
Mutual labels:  titanium
ti.coremotion
Support for the native iOS CoreMotion framework in Appcelerator Titanium
Stars: ✭ 15 (-37.5%)
Mutual labels:  titanium
ti.playservices
Titanium module for Google Play Services
Stars: ✭ 19 (-20.83%)
Mutual labels:  titanium
titanium-apple-sign-in
Use the iOS 13+ Apple Sign In API with Titanium
Stars: ✭ 29 (+20.83%)
Mutual labels:  titanium
ti.map
Use native Apple Maps & Google Maps in iOS and Android with Axway Titanium
Stars: ✭ 49 (+104.17%)
Mutual labels:  titanium
griffin-app-opensource
The Axway Griffin App goes open source!
Stars: ✭ 19 (-20.83%)
Mutual labels:  titanium
To.BounceView
A bouncing view widget for Titanium
Stars: ✭ 49 (+104.17%)
Mutual labels:  titanium
titanium-dark-mode
Full support for iOS 13+ / Android 10+ dark mode (semantic colors and images) in Appcelerator Titanium
Stars: ✭ 26 (+8.33%)
Mutual labels:  titanium
titanium-socketio
Use the native Socket.io SDK's with Axway Titanium.
Stars: ✭ 25 (+4.17%)
Mutual labels:  titanium
ti.paint
Touch-based painting with the Titanium SDK.
Stars: ✭ 27 (+12.5%)
Mutual labels:  titanium
ti.locationservices
Titanium Location Services Module for Android
Stars: ✭ 13 (-45.83%)
Mutual labels:  titanium
titanium-vue
Use Vue.js to easily create native mobile apps with Axway Appcelerator Titanium.
Stars: ✭ 45 (+87.5%)
Mutual labels:  titanium
hyperloop-mapbox
Use the native Mapbox SDK with Axway Hyperloop.
Stars: ✭ 14 (-41.67%)
Mutual labels:  titanium
titanium-material
Use the native Material UI/UX framework (https://github.com/CosmicMind/Material) in Titanium!
Stars: ✭ 14 (-41.67%)
Mutual labels:  titanium
nl.fokkezb.button
Bootstrap Button widget for Appcelerator (Titanium)
Stars: ✭ 72 (+200%)
Mutual labels:  titanium
titanium-turbo
Axway Amplify module that adds some enhancements for Appcelerator Titanium Alloy
Stars: ✭ 15 (-37.5%)
Mutual labels:  titanium
ti.accountkit
DEPRECATED -- 🔐 Use the Facebook AccountKit iOS-SDK with Titanium Mobile.
Stars: ✭ 18 (-25%)
Mutual labels:  titanium
titanium-arkit
Use the iOS 11 ARKit API in Axway Titanium
Stars: ✭ 28 (+16.67%)
Mutual labels:  titanium

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,
  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].