Class FCMRegistration

java.lang.Object
dev.getelements.elements.sdk.model.notification.FCMRegistration

public class FCMRegistration extends Object
Represents a notification registration with Firebase. This associates a Firebase registration token with a particular Profile in the database.
  • Constructor Details

    • FCMRegistration

      public FCMRegistration()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getRegistrationToken

      public String getRegistrationToken()
    • setRegistrationToken

      public void setRegistrationToken(String registrationToken)
    • getProfile

      public Profile getProfile()
    • setProfile

      public void setProfile(Profile profile)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object