Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / de-splashscreen-plugin   js

Repository URL to install this package:

Version: 0.0.4 

/ src / ios / DESplashScreenDefines.h

//
//  DESplashScreenDefines.h
//  HelloCordova
//
//  Created by Marco Bonati on 24/02/2017.
//
//

#ifndef DESplashScreenDefines_h
#define DESplashScreenDefines_h

#define DESPLASH_CFG_PARAM_ENABLED                                  @"desplash.enabled"
#define DESPLASH_CFG_PARAM_BKG_COLOR                                @"desplash.backgroundColor"
#define DESPLASH_CFG_PARAM_FADE_DURATION                            @"desplash.transition.fade.duration"
#define DESPLASH_CFG_PARAM_AUTODESTROY                              @"desplash.destroyOnHide"
#define DESPLASH_CFG_PARAM_USENATIVE                                @"desplash.useNative"
#define DESPLASH_CFG_PARAM_AUTHIDE                                  @"desplash.autoHide"

#define DESPLASH_CFG_PARAM_USE_STORYBOARD                           @"desplash.ios.useStoryboard"
#define DESPLASH_CFG_PARAM_STORYBOARD_NAME                          @"desplash.ios.storyboard"

#define DESPLASH_CFG_PARAM_RESOURCE_NAME                            @"desplash.resourceName"


#endif /* DESplashScreenDefines_h */