Class FCMInstanceIdRegistrationProvider

    • Method Detail

      • getShortname

        public java.lang.String getShortname()
        Description copied from interface: PushRegistrationProvider
        Returns the short name of the provider. For example: "FCM".
      • getRegistration

        @Nullable
        public java.lang.String getRegistration()
        Description copied from interface: PushRegistrationProvider
        Returns the registration if possible. Some providers might not have it right away. Return null in these cases.