public interface FirebaseEndPoint
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<FirebaseNotificationResponse> |
sendCustomerNotification(String serverKet,
FirebaseNotificationRequest request) |
@Headers(value="Content-Type: application/json") @POST(value="send") retrofit2.Call<FirebaseNotificationResponse> sendCustomerNotification(@Header(value="Authorization:key") String serverKet, @Body FirebaseNotificationRequest request)
Copyright © 2019 ir.jalambadani. All rights reserved.