Introduction

MBurger should be initialized in your App class with an API KEY.

Is essential to initialize MBurger at the start of the application otherwise you wonโ€™t be able to use the sdk API.

You can create an API Key by entering the projectโ€™s settings and create one with desired permissions.

MBurger.initialize() also may accept other parameters to control if you want the SDK to cache your requests, or to use development that is not officially supported, API.

You will find all the information you need inside the Javadoc.

Last updated