Amazon.Pinpoint.AmazonPinpointClient.GetGcmChannel C# (CSharp) Method

GetGcmChannel() public method

Returns information about the GCM channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetGcmChannel ( GetGcmChannelRequest request ) : GetGcmChannelResponse
request Amazon.Pinpoint.Model.GetGcmChannelRequest Container for the necessary parameters to execute the GetGcmChannel service method.
return Amazon.Pinpoint.Model.GetGcmChannelResponse
        public GetGcmChannelResponse GetGcmChannel(GetGcmChannelRequest request)
        {
            var marshaller = new GetGcmChannelRequestMarshaller();
            var unmarshaller = GetGcmChannelResponseUnmarshaller.Instance;

            return Invoke<GetGcmChannelRequest,GetGcmChannelResponse>(request, marshaller, unmarshaller);
        }
AmazonPinpointClient