Example usage for org.apache.cordova.firebase Utils registerToken

List of usage examples for org.apache.cordova.firebase Utils registerToken

Introduction

In this page you can find the example usage for org.apache.cordova.firebase Utils registerToken.

Prototype

public static void registerToken() 

Source Link

Usage

From source file:com.abcxo.tomato.MainActivity.java

License:Apache License

@Override
protected void onResume() {
    super.onResume();
    Utils.registerToken();
}