Showing
4 changed files
with
73 additions
and
15 deletions
-
Please register or login to post a comment
... | ... | @@ -7,4 +7,6 @@ public interface WarplyReadyCallback { |
void onWarplyInitTimeOut(); | ||
void onWarplyPermissionsDenied(); | ||
default void onWarplyInitialized() {}; | ||
} | ||
... | ... |