Class RemoteNotificationClient

  • All Implemented Interfaces:

    
    public final class RemoteNotificationClient
    
                        

    Provides an API interface for managing notification-related parameters with mobile services. The notification token is obtained using the FireBase (FCM) API or any push notification channel API. The ability to obtain the push token is not included as part of this interface.

    • Constructor Detail

      • RemoteNotificationClient

        RemoteNotificationClient(OkHttpClient httpClient, SettingsParameters settingsParameters)
        Constructor that uses the url and setting parameter to create the instance of RemoteNotificationClient.
        Parameters:
        httpClient - an HttpClient implementation that can be used to communicate with mobile services
        settingsParameters - settings parameter that contains information for destination and feedback url information
      • RemoteNotificationClient

        RemoteNotificationClient(OkHttpClient httpClient)
        Constructor that uses the url and setting parameter to create the instance of RemoteNotificationClient.
        Parameters:
        httpClient - an HttpClient implementation that can be used to communicate with mobile services
      • RemoteNotificationClient

        RemoteNotificationClient()
        Constructor that uses the url and setting parameter to create the instance of RemoteNotificationClient.