Class RemoteNotificationParameters.Capability
-
- All Implemented Interfaces:
public final class RemoteNotificationParameters.CapabilityThis class keeps the capability value.
-
-
Constructor Summary
Constructors Constructor Description RemoteNotificationParameters.Capability(String category, String name, String value)
-
Method Summary
Modifier and Type Method Description final StringgetCategory()This is a getter method for Category value of the push capability. final StringgetName()This function returns the name of the push capability. final StringgetValue()This function returns the value of the capability named -
-
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
-
-
-
-