Android Question Check object initialized

Facilauto Juan

Member
Licensed User
Longtime User
Hello there!

I wanted to know how can I check if an object is already initialized.

Thanks for the responses and your time.
 

mc73

Well-Known Member
Licensed User
Longtime User
Some of them have the isInitialized property. It return true if the object is initialized (obviously).
 
Upvote 0
Top