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); }
public static async Task <PostNotificationEnrollmentResponse> EnrollmentSnsExample(int telematicsNode, PostNotificationSnsRequest postNotificationSnsRequest) { PostNotificationEnrollmentResponse response = await DataExchangeAPI.PostNotificationEnrollmentSns(telematicsNode, postNotificationSnsRequest); return(response); }