Mohamed Ibrahim
10/16/2019, 10:41 AMApiManager.INSTANCE.doSomething()
, can we override the INSTANCE getter function?gildor
10/16/2019, 10:45 AMMohamed Ibrahim
10/16/2019, 11:12 AMSergio C.
10/16/2019, 11:16 AM::something.isInitialized
gildor
10/16/2019, 12:17 PMobject
instance directly. Check it in doSomething()
Or alternatively expose this object using own property that would check a variablegildor
10/16/2019, 12:18 PMMohamed Ibrahim
10/16/2019, 1:16 PMSingleton
which may depend on something that is not there yetgildor
10/16/2019, 1:18 PMKris Wong
10/16/2019, 1:26 PM