setEnvironment method
Sets the environment (CFEnvironment.SANDBOX or CFEnvironment.PRODUCTION).
Implementation
CFSubscriptionSessionBuilder setEnvironment(CFEnvironment environment) {
_environment = environment;
return this;
}
Sets the environment (CFEnvironment.SANDBOX or CFEnvironment.PRODUCTION).
CFSubscriptionSessionBuilder setEnvironment(CFEnvironment environment) {
_environment = environment;
return this;
}