-
public interface GaNotificationClient.GaNotificationApi
-
-
Method Summary
Modifier and Type Method Description abstract Call<ResponseBody>push(@Body() GAPushNotification notification)-
-
Method Detail
-
push
@POST(value = "./conversations:send") abstract Call<ResponseBody> push(@Body() GAPushNotification notification)
-
-
-
-