UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

12 lines (11 loc) • 468 B
function <%= openFunc %>() { <%= parent %>.removeEventListener('open', <%= openFunc %>); if (<%= parent %>.activity) { <%= code %> } else { Ti.API.warn('You attempted to access an Activity on a lightweight Window or other'); Ti.API.warn('UI component which does not have an Android activity. Android Activities'); Ti.API.warn('are valid with only windows in TabGroups or heavyweight Windows.'); } } <%= parent %>.addEventListener('open', <%= openFunc %>);