Class RemoteNotificationParameters.Capability

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String category
      private final String name
      private final String value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCategory() This is a getter method for Category value of the push capability.
      final String getName() This function returns the name of the push capability.
      final String getValue() This function returns the value of the capability named
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteNotificationParameters.Capability

        RemoteNotificationParameters.Capability(String category, String name, String value)
    • Method Detail

      • getCategory

         final String getCategory()

        This is a getter method for Category value of the push capability.

        Returns:

        category information of push capability

      • getName

         final String getName()

        This function returns the name of the push capability.

        Returns:

        capability name

      • getValue

         final String getValue()

        This function returns the value of the capability named

        Returns:

        value of the capability