コード例 #1
0
        public static async Task <NodeNotificationResponse> EnrollSnsNotificationExample(int telematicsNode, SNSRequest snsRequest)
        {
            TelematicsV2             telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey);
            NodeNotificationResponse response     = await telematicsV2.PostNotificationEnrollmentSns(telematicsNode, snsRequest);

            return(response);
        }
コード例 #2
0
        public static async Task <PostNotificationEnrollmentResponse> EnrollmentSnsExample(int telematicsNode, PostNotificationSnsRequest postNotificationSnsRequest)
        {
            PostNotificationEnrollmentResponse response = await DataExchangeAPI.PostNotificationEnrollmentSns(telematicsNode, postNotificationSnsRequest);

            return(response);
        }