A powerful serverless application booster!
BytePowerInitial.initialize(new Configuration.Builder(App.this)
.appId("xx")//app id, get it from opening BytePower service
.debugEnable(true)// Default: false
.appKeyName("xx") //app key name, get it from opening BytePower service
.appKeyValue("xx")//app key value, get it from opening BytePower service
.build());