Amazon.Pinpoint.AmazonPinpointClient.UpdateGcmChannel C# (CSharp) Метод

UpdateGcmChannel() публичный Метод

Use to update the GCM channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateGcmChannel ( UpdateGcmChannelRequest request ) : UpdateGcmChannelResponse
request Amazon.Pinpoint.Model.UpdateGcmChannelRequest Container for the necessary parameters to execute the UpdateGcmChannel service method.
Результат Amazon.Pinpoint.Model.UpdateGcmChannelResponse
        public UpdateGcmChannelResponse UpdateGcmChannel(UpdateGcmChannelRequest request)
        {
            var marshaller = new UpdateGcmChannelRequestMarshaller();
            var unmarshaller = UpdateGcmChannelResponseUnmarshaller.Instance;

            return Invoke<UpdateGcmChannelRequest,UpdateGcmChannelResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient