Class that controls if the error of no connection with the firebase server should be shown or not.
More...
|
void | Awake () |
| This method is called before the first frame. It calls the checkNewState method. More...
|
|
void | Update () |
| This method is called on each frame. It calls the checkNewState method. More...
|
|
void | checkNewState () |
| This method checks if the firebaseHandler instance is null or if there isnt internet connection or if FirebaseDependenciesAreResolved method return false it shows the Firebase Error image, in other case it hides the Firebase Error image. More...
|
|
Class that controls if the error of no connection with the firebase server should be shown or not.
◆ Awake()
void firebaseErrorImage.Awake |
( |
| ) |
|
|
private |
This method is called before the first frame. It calls the checkNewState method.
◆ checkNewState()
void firebaseErrorImage.checkNewState |
( |
| ) |
|
|
private |
This method checks if the firebaseHandler instance is null or if there isnt internet connection or if FirebaseDependenciesAreResolved method return false it shows the Firebase Error image, in other case it hides the Firebase Error image.
◆ Update()
void firebaseErrorImage.Update |
( |
| ) |
|
|
private |
This method is called on each frame. It calls the checkNewState method.
The documentation for this class was generated from the following file: