amplify icon indicating copy to clipboard operation
amplify copied to clipboard

Convert Amplify instance initialization to use a builder pattern

Open stkent opened this issue 9 years ago • 0 comments

We want to discourage the addition of new tracked events, custom configuration of the state tracker, etc., outside of the Application class. Switching to a Builder pattern and 'finalizing' configuration when the build() method is called would help achieve this.

stkent avatar Nov 24 '15 03:11 stkent