From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../using_the_audiochannels_api/index.html | 248 --------------------- files/ko/web/api/audiochannelmanager/index.html | 74 ------ files/ko/web/api/audiochannels_api/index.html | 121 ---------- files/ko/web/api/mozmmsevent/index.html | 82 ------- files/ko/web/api/mozmmsmessage/index.html | 83 ------- .../ko/web/api/mozmobilemessagemanager/index.html | 101 --------- files/ko/web/api/mozmobilemessagethread/index.html | 40 ---- files/ko/web/api/mozsmsevent/index.html | 109 --------- files/ko/web/api/mozsmsfilter/index.html | 108 --------- files/ko/web/api/mozsmsmanager/index.html | 95 -------- files/ko/web/api/mozsmsmessage/index.html | 56 ----- files/ko/web/api/mozsmssegmentinfo/index.html | 36 --- .../web/api/navigator/mozmobilemessage/index.html | 58 ----- .../web/api/navigator/moznotification/index.html | 63 ------ files/ko/web/api/navigator/mozsms/index.html | 67 ------ 15 files changed, 1341 deletions(-) delete mode 100644 files/ko/web/api/audio_channels_api/using_the_audiochannels_api/index.html delete mode 100644 files/ko/web/api/audiochannelmanager/index.html delete mode 100644 files/ko/web/api/audiochannels_api/index.html delete mode 100644 files/ko/web/api/mozmmsevent/index.html delete mode 100644 files/ko/web/api/mozmmsmessage/index.html delete mode 100644 files/ko/web/api/mozmobilemessagemanager/index.html delete mode 100644 files/ko/web/api/mozmobilemessagethread/index.html delete mode 100644 files/ko/web/api/mozsmsevent/index.html delete mode 100644 files/ko/web/api/mozsmsfilter/index.html delete mode 100644 files/ko/web/api/mozsmsmanager/index.html delete mode 100644 files/ko/web/api/mozsmsmessage/index.html delete mode 100644 files/ko/web/api/mozsmssegmentinfo/index.html delete mode 100644 files/ko/web/api/navigator/mozmobilemessage/index.html delete mode 100644 files/ko/web/api/navigator/moznotification/index.html delete mode 100644 files/ko/web/api/navigator/mozsms/index.html (limited to 'files/ko/web/api') diff --git a/files/ko/web/api/audio_channels_api/using_the_audiochannels_api/index.html b/files/ko/web/api/audio_channels_api/using_the_audiochannels_api/index.html deleted file mode 100644 index 1e07e262c6..0000000000 --- a/files/ko/web/api/audio_channels_api/using_the_audiochannels_api/index.html +++ /dev/null @@ -1,248 +0,0 @@ ---- -title: Using the AudioChannels API -slug: Web/API/Audio_Channels_API/Using_the_AudioChannels_API -tags: - - Firefox OS - - Guide - - Non-standard -translation_of: Archive/B2G_OS/API/Audio_Channels_API/Using_the_AudioChannels_API ---- -

{{DefaultAPISidebar("Audio Channels API")}}{{ non-standard_header() }}

- -
-

오디오 채널 API(Audio Channels API)는 현재 Firefox OS 전용 기능으로, 응용프로그램의 오디오 컨텐트를 중요성에 따른 계층구조로 배치하도록 한다. 이는 다른 오디오의 재생과 액션 발생에 반응하여 오디오가 일시정지되고 다시재생될 때를 지시하고 다른 종류의 볼륨을 제어할 수 있도록 한다. 이 가이드는 오디오 채널에 대한 기본적인 사용방법을 보여줄 것이다.

-
- -

오디오 채널의 종류는 다음과 같다.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
채널 이름중요도용도앱 권한 수준
normal1UI 효과음, 앱과 웹 컨텐트Normal
content2음악, 라디오, 비디오Normal
notification3새 이메일, SMS 수신음Privileged
alarm4알람 시계, 캘린더 알람Privileged
ringer5전화 수신 벨소리Internal
telephony6진행중인 통화, VOIP 통화Internal
publicnotification7강제된 카메라 셔터음Internal
- -

하나의 오디오 채널이 사용되면, 언제든지 낮은 우선순위의 채널들은 자동으로 일시정디 된다. 단, 한가지 예외가 있는데, "normal"과 "content"채널은 동일한 우선순위를 가진다. 이는 "content"채널이 사용된다면 "normal"채널과 믹싱된다는 것을 의미한다. 만약 두 앱이 동시에 "content" 채널을 사용하려 한다면, 포어그라운드 앱이 우선권을 가진다. 만약 두 앱 모두 백그라운드 앱이라면, 마지막에 채널을 사용시도한 앱이 우선권을 가진다.

- -
-

Note: 각 채널은 음소거와 볼륨 설정을 따로 가지고 있다.

-
- -
-

Note: "telephony" 채널은 통화용 내장 스피커를 사용한다. 다른 모든 채널은 스피커 또는 헤드폰/헤드셋 등을 사용한다.

-
- -

유즈 케이스

- -

As obvious user-centric uses cases, audio channels allow users to play music from audio player apps even when they are running in the background, so they can do other things as it plays. However, they probably want the music to pause when someone rings the phone. As another example, when users mute their phone, they probably don't want to also mute their wake up alarm for the next morning.

- -

Other use cases:

- - - -

예제 앱

- -

To explain audio channel functionality, we have built a sample app, imaginitively called audio-channels-demo (you can see it running live here.) The following shows what it looks like on Firefox OS.

- -

A demo showing a title of AudioChannels demo, with an audio player and a select box to choose an audio channel to play the audio in.

- -

The demo provides an audio player, and a {{htmlelement("select")}} box for choosing what audio channel to play the audio in (only "Normal" and "Content" are provided.) When the content audio channel is selected, you will be able to go to the homescreen and put the app in the background but still have the music keep playing. This is not the case with the normal channel — "normal" audio content is stopped when an app goes into the background.

- -

To interrupt the playing of "content" audio content, you could try phoning the phone that the app is running on, or setting off an alarm. As you can see from the table above, these are both in higher priority audio channels.

- -

The app also fires notifications when audio is interrupted or play resumes, and when the headphones are unplugged or plugged in again. Let's explore how this functionality is implemented.

- -

매니페스트 권한이 요구된다

- -

As explained in the table near the top, the different audio channels require a range of different permission levels for their use in apps, ranging from normal (hosted apps) to internal (also known as certified.) In any case, you do need to declare the permissions field in your manifest.webapp file to use AudioChannels, once per channel (note that we also declared permission to use system notifications, as they are used in our demo app also.)

- -
"permissions": {
-  "audio-channel-normal" : {
-    "description" : "Needed to play this app's audio content on the normal channel"
-  },
-  "audio-channel-content" : {
-    "description" : "Needed to play this app's audio content on the content channel"
-  },
-  "desktop-notification" : {
-    "description" : "Needed to fire system notifications"
-  }
-}
- -

Selecting the audio channel

- -

Changing the audio channel to play the audio through in the app is a slightly more complex matter than you might think. Declaring the channel type statically in your HTML might look like this:

- -
<audio mozaudiochannel="content" autoplay src="myAudio.ogg"></audio>
- -

Declaring it dynamically in your JavaScript might look like this:

- -
var player = new Video();
-player.mozAudioChannelType = 'content';
-player.src = '../video-clips/myVideo.ogv';
- -

However you do it, you need to declare the channel before you declare the src of the media you want to play, so it can be loaded and placed into the right channel. For this reason, our demo app does it in a slightly convoluted way, deleting and then recreating the audio player each time the audio channel is changed:

- -
function createAudio(channelValue) {
-
-  ...
-
-  audioContainer.innerHTML = '';
-  var player = document.createElement('audio');
-  var source1 = document.createElement('source');
-  var source2 = document.createElement('source');
-
-  player.controls = true;
-  player.mozAudioChannelType = channelValue;
-  source1.src = 'audio/dragon.ogg';
-  source1.type = 'audio/ogg';
-  source2.src = 'audio/dragon.mp3';
-  source2.type = 'audio/mpeg';
-
-  player.appendChild(source1);
-  player.appendChild(source2);
-  audioContainer.appendChild(player);
-
-  ...
-
-}
-
-channelSelect.addEventListener('change', function() {
-  createAudio(channelSelect.value);
-});
- -

So the createAudio() function is run when the {{htmlelement("select")}} box (referenced in the JS as channelSelect) has its value changed, with the channelSelect value as a parameter. In this function, the audioContainer (a simple {{htmlelement("div")}} that wraps the audio player) has its contents deleted. Next, a new audio player and {{htmlelement("source")}} elements are created, have their necessary attributes filled in, and are added back into the audioContainer. Note that player.mozAudioChannelType = channelValue; is included before the audio source is set.

- -

So with the audio channel set to "content", you can now keep the audio playing even when the app is in the background.

- -

Setting which channel's volume to control

- -

As well as setting what audio channel your audio is going to play in, you can also separately set what channel will have its volume adjusted when the user presses the device's volume keys. This for example allows us to adjust our standard content's volume without affect ringer or alarm volume. It is controlled using the {{domxref("AudioChannelManager.volumeControlChannel")}} property. So at the top of the createAudio() function, we include this block:

- -
function createAudio(channelValue) {
-  if (navigator.mozAudioChannelManager) {
-    if(channelValue == 'normal') {
-      navigator.mozAudioChannelManager.volumeControlChannel = 'normal';
-    } else if(channelValue == 'content') {
-      navigator.mozAudioChannelManager.volumeControlChannel = 'content';
-    }
-    console.log(navigator.mozAudioChannelManager.volumeControlChannel);
-  }
-
-  ...
-
-}
-
- -

The {{domxref("AudioChannelManager")}} object is accessed by a call to the {{domxref("Navigator.mozAudioChannelManager","navigator.mozAudioChannelManager")}} property — note the moz prefix. This is first done to provide some rudimentary feature detection, so trying to access this feature won't break the app on platforms that don't support it. Next, we include an if ... else if block to check what channel value was passed into the function from the {{htmlelement("select")}} element, and then set the volumeControlChannel value accordingly.

- -

Firing notifications when the audio is interrupted

- -

Now we have audio playing in an audio channel, it will be interrupted either when a more important audio channel starts being played (for example when a telephone call is received), or when the app is moved into the background in the case of the lowest priority "normal" channel. When this condition ends, our channel will resume playing. We can respond to these events using the mozinterruptbegin and mozinterruptend event handlers, which can be attached to the video or audio player playing the audio. You can see these handlers being used at the bottom of the createAudio() function:

- -
function createAudio(channelValue) {
-
-  ...
-
-  player.addEventListener('mozinterruptbegin', function() {
-    var notification = new Notification('Metal interrupted!', { body: "Something more important?" });
-  });
-
-  player.addEventListener('mozinterruptend', function() {
-    var notification = new Notification('Metal resumed!', { body: "Important thing finished." });
-  });
-}
- -

Here we attach both relevant event listeners to the audio player; when the events occur, we run simple functions that fire system notifications to tell the user what has happened. See the following screenshots for what it will look like:

- -
A notification at the top of the Firefox OS interface saying Metal interrupted: something more important? A notification at the top of the Firefox OS interface saying Metal resumed: important thing finished?
- -

Firing notifications when the headphones are (un)plugged

- -

The {{domxref("AudioChannelManager")}} object includes a {{domxref("AudioChannelManager.headphones","headphones")}} property that returns true if headphones are plugged into the device and false if not, and an event handler — {{domxref("AudioChannelManager.onheadphoneschange","onheadphoneschange")}} — which fires whenever headphones are plugged in to or unplugged from the device. We decided to use these together to create a headphone status notification system:

- -
if (navigator.mozAudioChannelManager) {
-  navigator.mozAudioChannelManager.onheadphoneschange = function() {
-    if(navigator.mozAudioChannelManager.headphones == true) {
-      var notification = new Notification('Headphones plugged in!');
-    } else {
-      var notification = new Notification('Headphones unplugged!');
-    }
-  }
-}
- -

Let's go through this and explain what's happening. Again, multiple calls are made to {{domxref("Navigator.mozAudioChannelManager","navigator.mozAudioChannelManager")}}, first for feature detection, then to set up a function that runs when the onheadphoneschange handler fires. Inside this function, we check whether the headphones property returns true — if so, the headphones are plugged in, so we tell the user that with a notification. If not, they must be unplugged, so we return a suitable notification for that case too. The notifications will look something like this:

- -

A notification at the top of the Firefox OS interface saying Headphones plugged in!

- -

Specifications

- -

The AudioChannels API has no official spec at the moment; see https://wiki.mozilla.org/WebAPI/AudioChannels for implementation details, WebIDL, etc.

- -

See also

- -
 
- - diff --git a/files/ko/web/api/audiochannelmanager/index.html b/files/ko/web/api/audiochannelmanager/index.html deleted file mode 100644 index 6bee14adb8..0000000000 --- a/files/ko/web/api/audiochannelmanager/index.html +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: AudioChannelManager -slug: Web/API/AudioChannelManager -tags: - - API - - Audio - - Non-standard -translation_of: Archive/B2G_OS/API/AudioChannelManager ---- -

{{APIRef("Web Audio API")}} {{Non-standard_header}}

- -

AudioChannelManager는 디바이스의 오디오 채널을 관리하는 기능을 포함하는 오디오 채널 API(AudioChannels API)의 인터페이스이다. 특정한 앱 내에서 볼륨 버튼이 눌렸을 때 어떤 채널의 볼륨이 적용될지를 설정하는 기능을 포함하고 있다.

- -

메소드

- -
-

Note: 부모클래스인 {{domxref("EventTarget")}}의 메소드를 상속받는다.

-
- -

속성

- -
-

Note: 부모클래스인 {{domxref("EventTarget")}}의 속성을 상속받는다.

-
- -
-
{{domxref("AudioChannelManager.headphones")}} {{readonlyinline}}
-
헤드폰이 디바이스에 장착되었는지 여부를 나타내는 불리언 값.
-
{{domxref("AudioChannelManager.telephonySpeaker")}}
-
"telephony" 오디오 채널이 장치의 스피커 밖으로 재생할지 여부를 설정할 수 있도록하는 불리언 값.
-
{{domxref("AudioChannelManager.volumeControlChannel")}}
-
하드웨어 볼륨 버튼을 눌렀을 때 변경해야 할 오디오 채널에 대한 {{domxref("DOMString")}} 값.
-
- -

이벤트 핸들러

- -
-
{{domxref("AudioChannelManager.onheadphoneschange")}}
-
헤드폰이 장착되었는지 혹은 해제되었는지 알려주는 트리거.
-
- -

예제

- -

아래 간단한 예제를 보면, 앱의 AudioChannelManager 객체에 접근하기 위해 {{domxref("Navigator.mozAudioChannelManager","navigator.mozAudioChannelManager")}} 속성을 사용한다.  먼저 첫번째로 수신된 변수에 따라 {{domxref("AudioChannelManager.volumeControlChannel")}} 속성을 설정한 후, 몇 가지 기본적인 특징을 검출한다.

- -
var channelValue = 'content';
-
-if (navigator.mozAudioChannelManager) {
-  if(channelValue == 'normal') {
-    navigator.mozAudioChannelManager.volumeControlChannel = 'normal';
-  } else if(channelValue == 'content') {
-    navigator.mozAudioChannelManager.volumeControlChannel = 'content';
-  }
-  console.log(navigator.mozAudioChannelManager.volumeControlChannel);
-}
- -
-

Note: 완전히 동작하는 예제를 보기 위해서는 audio-channels-demo를 확인하기 바란다. Firefox OS 디바이스에 앱을 설치하고 음악을 재생한 뒤, 채널을 normal 그리고 content로 지정하여 앱을 백그라운드로 전환 후 어떤 일이 발생하는지 확인하도록 한다.

-
- -

명세

- -

현재 오디오 채널 API는 공식적인 명세(스펙)가 정의되어있지 않다. https://wiki.mozilla.org/WebAPI/AudioChannels를 참고하면 WebIDL에 대한 자세한 구현사항에 대해 확인할 수 있다.

- -

함께 보기

- -
 
- - diff --git a/files/ko/web/api/audiochannels_api/index.html b/files/ko/web/api/audiochannels_api/index.html deleted file mode 100644 index de4d98de42..0000000000 --- a/files/ko/web/api/audiochannels_api/index.html +++ /dev/null @@ -1,121 +0,0 @@ ---- -title: Audio Channels API -slug: Web/API/AudioChannels_API -tags: - - API - - Audio - - AudioChannels - - Firefox OS - - Non-standard - - Obsolete - - Reference -translation_of: Archive/B2G_OS/API/Audio_Channels_API ---- -

{{DefaultAPISidebar("Audio Channels API")}}

- -
-

Non-standard
- This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

-
- -

The Audio Channels API is a Firefox OS-only feature allowing you to place your app audio content into a hierarchy of importance, which dictates when the audio will be paused and resumed in response to other audio playing and actions occurring and allows you to control the volume of different types of audio independently from one another.

- -

Use case examples:

- - - -
-

Note: Since the AudioChannels API is non-standard and requires permissions, for many simple use cases such as pausing game music when the app/web page goes into the background you would be better off using the standard Page Visibility API, or perhaps window.onfocus/window.onblur. AudioChannels are mainly useful for more complex phone uses cases involving telephony, etc.

-
- -

Concepts and usage

- -

The AudioChannels API extends the HTMLMediaElement and AudioContext interfaces with (among other things) a mozAudioChannelType property that can be set to the channel you want your audio to be played in. The  <audio> and <video> elements can also be used to set this value via the mozaudiochannel attribute. When your audio is placed into a channel, it is generally paused (or interrupted) by audio in a higher priority channel being played. Audio in the least important channel — normal — is also paused by its app being put into the background (this is not the case with the other channels). The audio channels are as follows:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Channel nameimportanceUsed forApp permission level
normal1UI sounds, app and web contentNormal
content2Music, radio, videoNormal
notification3New email, incoming SMSPrivileged
alarm4Alarm clock, calendar alarmsPrivileged
ringer5Incoming phone callsCertified
telephony6Ongoing phone calls, VOIP callsCertified
publicnotification7Forced camera shutter soundsCertified
- -

Each channel has a separate mute and volume setting, to provide more granular control over the different parts of audio on your device. These are accessed using the mozAudioChannelManager object via the navigator.mozAudioChannelManager property.

- -
-

Note: If you have two apps playing audio in the content channel, only the one in the foreground can play audio, while the other is interrupted. When the foreground app is put into the background with audio playing, it will not be muted, as per normal "content" behaviour.

-
- -
-

Note: Find more out about how to use the AudioChannels API in our Using the AudioChannels API guide.

-
- -

AudioChannels interfaces

- -
-
AudioChannelManager
-
Includes some features for managing your device's audio channels, including setting what channel's volume to affect when the volume buttons are pressed inside a particular app.
-
HTMLMediaElement and AudioContext extensions
-
HTMLMediaElement and AudioContext are extended with some proprietary features for controlling audio channels, including setting what audio channel the media is in, and events that fire when the audio is interrupted, and resumes playing.
-
Browser API extensions
-
The Browser API will also be including some audio channels features, for putting audio content inside a browser instance into audio channels, controlling its volume, etc., but it doesn't look like these have yet been implemented. This should occur soon.
-
- -

See also

- - diff --git a/files/ko/web/api/mozmmsevent/index.html b/files/ko/web/api/mozmmsevent/index.html deleted file mode 100644 index 6a3975d40b..0000000000 --- a/files/ko/web/api/mozmmsevent/index.html +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: MozMmsEvent -slug: Web/API/MozMmsEvent -tags: - - Firefox OS - - Mobile - - Non-standard - - Obsolete - - Reference - - WebSMS -translation_of: Archive/B2G_OS/API/MozMmsEvent ---- -

{{ Apiref() }}

- -
-

This API is available on Firefox OS for internal applications only.

-
- -

요약

- -

DOM MozMmsEvent 는 WebSMS MMS 메시지와 관련된 이벤트 객체이다.

- -

속성

- -
-
{{domxref("MozMmsEvent.message")}} {{readonlyinline}}
-
해당 이벤트에 의해 발생된 {{ domxref("MozMmsMessage") }} 이다.
-
- -

MozMmsEvent 는 또한 {{domxref("Event")}} 의 속성을 상속받는다.

- -

{{page("/en-US/docs/Web/API/Event","Properties")}}

- -

메소드

- -

MozMmsEvent 는 {{domxref("Event")}} 의 메소드를 상속받는다.

- -

{{page("/en-US/docs/Web/API/Event","Methods")}}

- -

이벤트

- -

MozMmsEvent 는 다음과 같은 이벤트들에 사용된다:

- -
-
{{event("deliverysuccess")}}
-
MMS가 수신자에게 전달되었을 때 발생한다.
-
{{event("received")}}
-
MMS를 받았을 때 발생한다.
-
{{event("sent")}}
-
MMS를 보냈을 때 발생한다.
-
- -

명세

- -

이 API는 비 표준 스펙의 구현체이다. 그러나 W3C의 System Application Working Group에서 논의되고 있다.

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

같이 보기

- -
 
- - diff --git a/files/ko/web/api/mozmmsmessage/index.html b/files/ko/web/api/mozmmsmessage/index.html deleted file mode 100644 index 1d00b8050d..0000000000 --- a/files/ko/web/api/mozmmsmessage/index.html +++ /dev/null @@ -1,83 +0,0 @@ ---- -title: MozMmsMessage -slug: Web/API/MozMmsMessage -tags: - - Firefox OS - - Mobile - - Non-standard - - Obsolete - - Reference - - WebSMS -translation_of: Archive/B2G_OS/API/MozMmsMessage ---- -
{{APIRef("Mobile Messaging API")}}
- -
-

This API is available on Firefox OS for internal applications only.

-
- -

요약

- -

DOM MozMmsMessage 객체는 MMS 메시지를 나타내며 발신자, 수신자, 본문, 첨부 파일, 날짜와 같은 모든 정보를 가지고 있다.

- -

속성

- -
-
 
-
{{domxref("MozMmsMessage.type")}} {{readonlyinline}}
-
mms라는 값을 가지는 문자열이다.
-
{{domxref("MozMmsMessage.id")}} {{readonlyinline}}
-
메시지의 id를 나타내는 숫자를 반환한다.
-
{{domxref("MozMmsMessage.threadId")}} {{readonlyinline}}
-
메시지 일부의 스레드의 id를 나타내는 숫자를 반환한다.
-
{{domxref("MozMmsMessage.subject")}} {{readonlyinline}}
-
메시지의 제목을 나타내는 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozMmsMessage.smil")}} {{readonlyinline}}
-
메시지의 SMIL 콘텐츠를 나타내는 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozMmsMessage.attachments")}} {{readonlyinline}}
-
SMIL 콘텐츠에 필요한 첨부 파일을 나타내는 객체의 배열을 반환한다. 이 객체들은 id, location, content(Blob)를 포함하고 있다.
-
{{domxref("MozMmsMessage.expiryDate")}} {{readonlyinline}}
-
MMS를 수동으로 다운로드 받게 되는 만기일을 나타내는 Date 객체를 반환한다.
-
{{domxref("MozMmsMessage.delivery")}} {{readonlyinline}}
-
not-download, received, sending, sent, error 중 하나의 값을 가지게 되는 {{ domxref("DOMString") }} 의 배열을 반환한다.
-
{{domxref("MozMmsMessage.deliveryStatus")}} {{readonlyinline}}
-
delivery 속성 값에 따른 상태를 나타내는 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozMmsMessage.read")}} {{readonlyinline}}
-
메시지를 읽었는지 읽지 않았는지를 가리키는 Boolean을 반환한다.
-
{{domxref("MozMmsMessage.receivers")}} {{readonlyinline}}
-
각 수신자의 이름을 가진 {{ domxref("DOMString") }} 의 배열을 반환한다.
-
{{domxref("MozMmsMessage.sender")}} {{readonlyinline}}
-
발신자의 이름을 가진 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozMmsMessage.timestamp")}} {{readonlyinline}}
-
메시지의 타임스탬프인 Date 객체를 반환한다.
-
- -

명세

- -

이 API는 비 표준 스펙의 구현체이다. 그러나 W3C의 System Application Working Group에서 논의되고 있다.

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

같이 보기

- -
 
- - diff --git a/files/ko/web/api/mozmobilemessagemanager/index.html b/files/ko/web/api/mozmobilemessagemanager/index.html deleted file mode 100644 index 6b301fe71b..0000000000 --- a/files/ko/web/api/mozmobilemessagemanager/index.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: MozMobileMessageManager -slug: Web/API/MozMobileMessageManager -tags: - - Firefox OS - - Mobile - - Obsolete - - Reference - - WebSMS -translation_of: Archive/B2G_OS/API/MozMobileMessageManager ---- -
{{APIRef("Mobile Messaging API")}}
- -
-

This API is available on Firefox OS for internal applications only.

-
- -

요약

- -

기기에서 WebSMS를 사용하여 MMS와 SMS 메시지 전송과 관리를 할 수 있는 기능을 제공한다.

- -

이벤트 핸들러

- -
-
{{domxref("MozMobileMessageManager.ondeliveryerror")}}
-
{{event("deliveryerror")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 MMS 또는 SMS가 수취인에게 전달되지 않았을 때 발생한다.
-
{{domxref("MozMobileMessageManager.ondeliverysuccess")}}
-
{{event("deliverysuccess")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 MMS 또는 SMS가 수취인에게 전달되었을 때 발생한다.
-
{{domxref("MozMobileMessageManager.onreceived")}}
-
{{event("received")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 MMS 또는 SMS를 받았을 때 발생한다.
-
{{domxref("MozMobileMessageManager.onretrieving")}}
-
{{event("retrieving")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 검색 단계의 시작에 MMS 또는 SMS가 진입했을 때 발생한다.
-
{{domxref("MozMobileMessageManager.onsent")}}
-
{{event("sent")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 MMS 또는 SMS가 보내졌을 때 발생한다.
-
{{domxref("MozMobileMessageManager.onsending")}}
-
{{event("sending")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 전송 단계의 시작에 MMS 또는 SMS가 진입했을 때 발생한다.
-
{{domxref("MozMobileMessageManager.onfailed")}}
-
{{event("failed")}} 이벤트에 대한 핸들러; {{ domxref("MozMmsEvent") }} 는 SMS 전송이 실패했을 때 발생한다.
-
- -

메소드

- -
-
{{domxref("MozMobileMessageManager.delete","MozMobileMessageManager.delete(param)")}}
-
메시지를 삭제하고 {{ domxref("DOMRequest") }} 객체를 반환한다 (DOMRequest.result는 메시지가 삭제되었는지 아닌지를 반영하는 Boolean 값이다). 메시지 id, {{ domxref("MozSmsMessage") }} 객체 또는 {{ domxref("MozMmsMessage") }} 객체가 파라미터로 사용된다.
-
{{domxref("MozMobileMessageManager.getMessage()","MozSmsManager.getMessage(id)")}}
-
해당 id에 대한 메시지를 받아서 {{ domxref("DOMRequest") }} 객체를 반환한다. 이 객체의 DOMRequest.result는 {{ domxref("MozSmsMessage") }} 이다.
-
{{domxref("MozMobileMessageManager.getMessages()","MozSmsManager.getMessages(filter, reverseOrder)")}}
-
여러 개의 메시지를 받는다. {{ domxref("MozSmsFilter") }} 객체를 사용하여 필터링이 가능하고 두번째 파라미터 Boolean 값에 따라 메시지의 순서를 거꾸로 바꿀 수도 있다. {{ domxref("DOMCursor") }} 를 반환한다.
-
{{domxref("MozMobileMessageManager.getSegmentInfoForText()","MozMobileMessageManager.getSegmentInfoForText(text)")}}
-
주어진 문자(보통 SMS당 160 글자)에 대한 멀티 파트 SMS를 만들기 위해 필요한 정보를 가진 {{domxref("MozSmsSegmentInfo")}} 객체를 반환한다.
-
{{domxref("MozMobileMessageManager.markMessageRead()","MozMobileMessageManager.markMessageRead(id, isRead)")}}
-
해당 id 의 메시지를 Boolean isRead 값에 따라 읽음 또는 읽지 않음으로 표시한다. {{ domxref("DOMRequest") }} 객체를 반환한다.
-
{{domxref("MozMobileMessageManager.send()","MozMobileMessageManager.send(number, message)")}}
-
해당 전화번호에 메시지를 전송한다. 만약 number가 {{ domxref("DOMString") }} (한 개의 전화번호) 라면 {{ domxref("DOMRequest") }} 객체를 반환한다. 만약 number가 {{ domxref("DOMString") }} 객체의 배열(여러 개의 전화번호)이라면 {{ domxref("DOMRequest") }} 객체의 배열을 반환한다.
-
{{domxref("MozMobileMessageManager.sendMMS()","MozMobileMessageManager.sendMMS(param)")}}
-
수신자 목록에 MMS를 전송한다. {{ domxref("DOMRequest") }} 객체를 반환한다.
- param 객체는 다음과 같은 4개의 속성을 가지고 있는 일반 JavaScript 객체이다:
- receivers: 문자열 배열, 각 문자열은 수신자의 전화번호를 나타낸다.
- subject: MMS의 제목을 나타내는 문자열이다.
- smil: MMS를 정의하는 SMIL 문서의 문자열 버전이다.
- attachments: SMIL에 의해 사용되는 첨부 파일 객체의 배열이다. 이 객체는 id, location, content ({{domxref("Blob")}})를 포함하고 있다.
-
{{domxref("MozMobileMessageManager.getThreads()")}}
-
{{domxref("MozMobileMessageThread")}} 의 목록을 받는다. {{ domxref("DOMCursor") }} 를 반환한다.
-
{{domxref("MozMobileMessageManager.retrieveMMS()","MozMobileMessageManager.retrieveMMS(id)")}}
-
해당 id의 메시지를 받아 {{ domxref("DOMRequest") }} 를 반환한다. 이 객체의 DOMRequest.result 는 {{ domxref("MozMmsMessage") }} 이다.
-
- -

MozMobileMessageManager 또한 {{domxref("EventTarget")}} 의 메소드를 상속받는다.

- -

{{Page("/en-US/docs/Web/API/EventTarget","Methods")}}

- -

명세

- -

이 API는 비 표준 스펙의 구현체이다. 하지만 W3C의 System Application Working Group에서 논의되고 있다.

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

같이 보기

- -
 
- - diff --git a/files/ko/web/api/mozmobilemessagethread/index.html b/files/ko/web/api/mozmobilemessagethread/index.html deleted file mode 100644 index 4e8e8048a5..0000000000 --- a/files/ko/web/api/mozmobilemessagethread/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: MozMobileMessageThread -slug: Web/API/MozMobileMessageThread -tags: - - Non-standard -translation_of: Archive/B2G_OS/API/MozMobileMessageThread ---- -

{{ ApiRef() }}

- -

{{ non-standard_header() }}

- -

요약

- -

DOM MozMobileMessageThread 객체는 메시지의 스레드를 나타낸다.

- -

속성

- -
-
{{domxref("MozMobileMessageThread.id")}} {{readonlyinline}}
-
스레드의 id를 나타내는 숫자를 반환한다.
-
{{domxref("MozMobileMessageThread.body")}} {{readonlyinline}}
-
스레드의 마지막 메시지의 본문을 나타내는 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozMobileMessageThread.unreadCount")}} {{readonlyinline}}
-
스레드에 있는 총 읽지 않은 메시지의 개수를 반환한다.
-
{{domxref("MozMobileMessageThread.participants")}} {{readonlyinline}}
-
스레드에 각 참가자의 주소를 나타내는 {{ domxref("DOMString") }} 의 배열을 반환한다.
-
{{domxref("MozMobileMessageThread.timestamp")}} {{readonlyinline}}
-
스레드의 마지막 메시지의 타임스탬프를 나타내는 Date 객체를 반환한다.
-
{{domxref("MozMobileMessageThread.lastMessageType")}} {{readonlyinline}}
-
sms 또는 mms 값을 가지는 {{ domxref("DOMString") }} 을 반환한다.
-
- -

참고 자료

- -
 
- - diff --git a/files/ko/web/api/mozsmsevent/index.html b/files/ko/web/api/mozsmsevent/index.html deleted file mode 100644 index 14a7f48d51..0000000000 --- a/files/ko/web/api/mozsmsevent/index.html +++ /dev/null @@ -1,109 +0,0 @@ ---- -title: MozSmsEvent -slug: Web/API/MozSmsEvent -translation_of: Archive/B2G_OS/API/MozSmsEvent ---- -

{{ Apiref() }}

-

{{ non-standard_header() }}

-

{{ B2GOnlyHeader2('certified') }}

-

요약

-

DOM MozSmsEvent 는 WebSMS 문자 메시지와 관련된 이벤트 객체이다.

-

속성

-
-
- {{domxref("MozSmsEvent.message")}} {{readonlyinline}}
-
- 해당 이벤트에 의해 발생된 {{ domxref("MozSmsMessage") }} 이다.
-
-

MozSmsEvent 는 또한 {{domxref("Event")}} 의 속성들을 상속받는다.

-

{{page("/en-US/docs/Web/API/Event","Properties")}}

-

메소드

-

MozSmsEvent 는 {{domxref("Event")}} 의 메소드들을 상속받는다.

-

{{page("/en-US/docs/Web/API/Event","Methods")}}

-

이벤트

-

MozSmsEvent 는 다음과 같은 이벤트들에 사용된다:

-
-
- {{event("deliverysuccess")}}
-
- SMS가 수신자에게 전달되었을 때 발생한다.
-
- {{event("received")}}
-
- SMS를 받았을 때 발생한다.
-
- {{event("sent")}}
-
- SMS를 보냈을 때 발생한다.
-
-

스펙

-

이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 System Application Working Group에서 논의되고 있습니다.

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
-

브라우저 호환성

-

당연하게도, 모바일 브라우저를 주로 지원할 것으로 예상됩니다.

-

{{ CompatibilityTable() }}

-
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
-
-
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatGeckoMobile("12.0") }} {{property_prefix("Moz")}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
-
-

참고 자료

- diff --git a/files/ko/web/api/mozsmsfilter/index.html b/files/ko/web/api/mozsmsfilter/index.html deleted file mode 100644 index 001d55e2a8..0000000000 --- a/files/ko/web/api/mozsmsfilter/index.html +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: MozSmsFilter -slug: Web/API/MozSmsFilter -translation_of: Archive/B2G_OS/API/MozSmsFilter ---- -

{{ Apiref() }}

-

{{ non-standard_header() }}

-

{{ B2GOnlyHeader2('certified') }}

-

요약

-

DOM MozSmsFilter 인터페이스는 {{ domxref("SmsMessage") }} 객체들을 필터링하기 위한 방법을 제공합니다.

-

속성

-
-
- {{domxref("MozSmsFilter.startDate")}}
-
- 메시지를 필터링하기 위한 시작일을 나타내는 Date 이다.
-
- {{domxref("MozSmsFilter.endDate")}}
-
- 메시지를 필터링하기 위한 종료일을 나타내는 Date 이다.
-
- {{domxref("MozSmsFilter.numbers")}}
-
- 전화번호로 필터링하기 위한 {{ domxref("DOMString") }} 의 배열이다.
-
- {{domxref("MozSmsFilter.delivery")}}
-
- 메시지를 전달 상태에 따라 필터링하기 위해 "sent"와 "received" 값을 가지게 되는 {{ domxref("DOMString") }} 이다.
-
- {{domxref("MozSmsFilter.read")}}
-
- 메시지를 읽었는지 읽지 않았는지를 필터링하는 Boolean 이다.
-
- {{domxref("MozSmsFilter.threadid")}}
-
- 스레드 id를 나타내는 숫자이다.
-
-

스펙

-

이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 System Application Working Group에서 논의되고 있습니다.

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
-

브라우저 호환성

-

당연하게도, 모바일 브라우저를 주로 지원할 것으로 예상됩니다.

-

{{ CompatibilityTable() }}

-
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
-
-
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatGeckoMobile("12.0") }} {{property_prefix("Moz")}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
-
-

참고 자료

- diff --git a/files/ko/web/api/mozsmsmanager/index.html b/files/ko/web/api/mozsmsmanager/index.html deleted file mode 100644 index bfea424be7..0000000000 --- a/files/ko/web/api/mozsmsmanager/index.html +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: MozSmsManager -slug: Web/API/MozSmsManager -tags: - - Firefox OS - - Mobile - - Non-standard - - Obsolete - - Reference - - WebSMS -translation_of: Archive/B2G_OS/API/MozSmsManager ---- -
{{APIRef("Mobile Messaging API")}}
- -
-

This API is available on Firefox OS for internal applications only.

-
- -
-

Note: As of Gecko 25.0, this interface has been removed in favor of MozMobileMessageManager.

-
- -

요약

- -

기기에서 WebSMS를 사용하여 SMS 메시지 전송과 관리를 할 수 있는 기능을 제공한다.

- -

이벤트 핸들러

- -
-
{{domxref("MozSmsManager.ondeliveryerror")}}
-
{{event("deliveryerror")}} 이벤트에 대한 핸들러; 이 {{ domxref("MozSmsEvent") }} 는 SMS가 수취인에게 전달되지 않았을 때 발생한다.
-
{{domxref("MozSmsManager.ondeliverysuccess")}}
-
{{event("deliverysuccess")}} 이벤트에 대한 핸들러; 이 {{ domxref("MozSmsEvent") }} 는 SMS가 수취인에게 전달되었을 때 발생한다.
-
{{domxref("MozSmsManager.onreceived")}}
-
{{event("received")}} 이벤트에 대한 핸들러; 이 {{ domxref("MozSmsEvent") }} 는 SMS를 받았을 때 발생한다..
-
{{domxref("MozSmsManager.onsent")}}
-
{{event("sent")}} 이벤트에 대한 핸들러; 이 {{ domxref("MozSmsEvent") }} 는 SMS가 보내졌을 때 발생한다.
-
{{domxref("MozSmsManager.onsending")}}
-
{{event("sending")}} 이벤트에 대한 핸들러; 이 {{ domxref("MozSmsEvent") }} 는 전송 단계의 시작에 SMS가 진입했을 때 발생한다.
-
{{domxref("MozSmsManager.onfailed")}}
-
{{event("failed")}} 이벤트에 대한 핸들러; 이 {{ domxref("MozSmsEvent") }} 는 SMS 전송이 실패했을 때 발생한다.
-
- -

메소드

- -
-
{{domxref("MozSmsManager.delete","MozSmsManager.delete(param)")}}
-
메시지를 삭제하고 {{ domxref("DOMRequest") }} 객체를 반환한다 (DOMRequest.result는 메시지가 삭제되었는지 아닌지를 반영하는 Boolean 값이다). 메시지 id 또는 {{ domxref("MozSmsMessage") }} 객체가 파라미터로 사용된다.
-
{{domxref("MozSmsManager.getMessage()","MozSmsManager.getMessage(id)")}}
-
해당 id에 대한 메시지를 받아서 {{ domxref("DOMRequest") }} 객체를 반환한다.  이 객체의 DOMRequest.result는 {{ domxref("MozSmsMessage") }} 이다.
-
{{domxref("MozSmsManager.getMessages()","MozSmsManager.getMessages(filter, reverseOrder)")}}
-
여러 개의 메시지를 받는다. {{ domxref("MozSmsFilter") }} 객체를 사용하여 필터링이 가능하고 두번째 파라미터 boolean 값에 따라 순서를 거꾸로 바꿀 수도 있다. {{ domxref("DOMCursor") }} 를 반환한다.
-
{{domxref("MozSmsManager.getSegmentInfoForText()","MozSmsManager.getSegmentInfoForText(text)")}}
-
주어진 문자(보통 SMS 당 160 글자)에 대한 멀티 파트 SMS를 만들기 위해 필요한 정보를 가진 {{domxref("MozSmsSegmentInfo")}} 객체를 반환한다.
-
{{domxref("MozSmsManager.markMessageRead()","MozSmsManager.markMessageRead(id, isRead)")}}
-
해당 id의 메시지를 Boolean isRead 값에 따라 읽음 또는 읽지 않음으로 표시한다. {{ domxref("DOMRequest") }} 객체를 반환한다.
-
{{domxref("MozSmsManager.send()","MozSmsManager.send(number, message)")}}
-
해당 전화번호에 메시지를 전송한다. 만약 number가 {{ domxref("DOMString") }} (한 개의 전화번호)라면 {{ domxref("DOMRequest") }} 객체를 반환한다. 만약 number가 {{ domxref("DOMString") }} 객체의 배열(여러 개의 전화번호)라면 {{ domxref("DOMRequest") }} 객체의 배열을 반환한다.
-
{{domxref("MozSmsManager.getThreads()")}}
-
{{domxref("MozMobileMessageThread")}}의 목록을 받는다. {{ domxref("DOMCursor") }} 를 반환된다.
-
- -

MozSmsManager 는 또한 {{domxref("EventTarget")}} 의 메소드를 상속받는다.

- -

{{Page("/en-US/docs/Web/API/EventTarget","Methods")}}

- -

명세

- -

이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 System Application Working Group에서 논의되고 있습니다.

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

참고 자료

- -
 
- - diff --git a/files/ko/web/api/mozsmsmessage/index.html b/files/ko/web/api/mozsmsmessage/index.html deleted file mode 100644 index 7918a44209..0000000000 --- a/files/ko/web/api/mozsmsmessage/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: MozSmsMessage -slug: Web/API/MozSmsMessage -tags: - - Non-standard -translation_of: Archive/B2G_OS/API/MozSmsMessage ---- -

{{ ApiRef() }}

- -

{{ non-standard_header() }}

- -

{{ B2GOnlyHeader2('certified') }}

- -

요약

- -

DOM MozSmsMessage 객체는 SMS 문자 메시지를 나타내며 발신자, 수신자, 본문, 날짜와 같은 모든 정보를 가지고 있다.

- -

속성

- -
-
{{domxref("MozSmsMessage.type")}} {{readonlyinline}}
-
sms라는 값을 가지는 문자열이다.
-
{{domxref("MozSmsMessage.id")}} {{readonlyinline}}
-
메시지의 id를 나타내는 숫자를 반환한다.
-
{{domxref("MozSmsMessage.threadId")}} {{readonlyinline}}
-
메시지 일부의 스레드의 id를 나타내는 숫자를 반환한다.
-
{{domxref("MozSmsMessage.body")}} {{readonlyinline}}
-
메시지의 본문을 나타내는 {{ domxref("DOMString") }} 를 반환한다.
-
{{domxref("MozSmsMessage.delivery")}} {{readonlyinline}}
-
received, sending, sent, error 중 하나의 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozSmsMessage.deliveryStatus")}} {{readonlyinline}}
-
delivery 속성 값에 따라 다음과 같은 {{ domxref("DOMString") }} 을 반환한다:
- * received : success
- * sending  : pending 또는 not-applicable (만약 메시지가 상태 보고 요청없이 전송되었다면)
- * sent     : pending, success, error 또는 not-applicable (만약 메시지가 상태 보고 요청없이 전송되었다면)
- * error    : error
-
{{domxref("MozSmsMessage.read")}} {{readonlyinline}}
-
메시지를 읽었는지 읽지 않았는지를 가리키는 Boolean을 반환한다.
-
{{domxref("MozSmsMessage.receiver")}} {{readonlyinline}}
-
수신자 이름을 나타내는 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozSmsMessage.sender")}} {{readonlyinline}}
-
발신자 이름을 나타내는 {{ domxref("DOMString") }} 을 반환한다.
-
{{domxref("MozSmsMessage.timestamp")}} {{readonlyinline}}
-
메시지의 타임스탬프인 Date 객체를 반환한다.
-
{{domxref("MozSmsMessage.messageClass")}} {{readonlyinline}}
-
normal, class-0, class-1, class-2, class-3 중 하나의 {{ domxref("DOMString") }} 을 반환한다.
-
- -

참고 자료

- -
 
- - diff --git a/files/ko/web/api/mozsmssegmentinfo/index.html b/files/ko/web/api/mozsmssegmentinfo/index.html deleted file mode 100644 index 02f324b453..0000000000 --- a/files/ko/web/api/mozsmssegmentinfo/index.html +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: MozSmsSegmentInfo -slug: Web/API/MozSmsSegmentInfo -tags: - - Non-standard -translation_of: Archive/B2G_OS/API/MozSmsSegmentInfo ---- -

{{ ApiRef() }}

- -

{{ non-standard_header() }}

- -

요약

- -

DOM MozSmsSegmentInfo 인터페이스는 문자가 자동으로 어떻게 세그멘트로 나누어지는에 관한 정보를 제공합니다. 각 세그먼트는 멀티 파트 SMS 메시지의 단일 SMS를 나타냅니다.

- -

MozSmsSegmentInfo 인터페이스는 직접적으로 인스턴스화 될 수 없습니다; 각 객체를 얻기 위해서는 {{domxref("MozSmsManager.getSegmentInfoForText()")}} 메소드를 사용하십시오.

- -

속성

- -
-
{{domxref("MozSmsSegmentInfo.segments")}} {{readonlyinline}}
-
입력 문자열에 대한 총 세그먼트의 개수이다.
-
{{domxref("MozSmsSegmentInfo.charsPerSegment")}} {{readonlyinline}}
-
각 세그먼트당 사용 가능한 문자의 개수이다.
-
{{domxref("MozSmsSegmentInfo.charsAvailableInLastSegment")}} {{readonlyinline}}
-
마지막 세그먼트에서 사용 가능한 문자의 최대 개수이다.
-
- -

참고 자료

- -
 
- - diff --git a/files/ko/web/api/navigator/mozmobilemessage/index.html b/files/ko/web/api/navigator/mozmobilemessage/index.html deleted file mode 100644 index 7645d8d833..0000000000 --- a/files/ko/web/api/navigator/mozmobilemessage/index.html +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: window.navigator.mozMobileMessage -slug: Web/API/Navigator/mozMobileMessage -tags: - - Non-standard - - Obsolete -translation_of: Archive/B2G_OS/API/Navigator/mozMobileMessage ---- -

{{ ApiRef() }}

- -

{{ non-standard_header() }}

- -

{{ B2GOnlyHeader2('certified') }}

- -

요약

- -

{{ domxref("MozMobileMessageManager") }} 객체를 반환한다. 이 객체는 MMS와 SMS 메시지를 보내거나 받는데 사용된다.

- -

명세

- -

 

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

설정 & 이용 가능한 환경

- -
 
- - - -

참고 자료

- - diff --git a/files/ko/web/api/navigator/moznotification/index.html b/files/ko/web/api/navigator/moznotification/index.html deleted file mode 100644 index 9c593ec4a1..0000000000 --- a/files/ko/web/api/navigator/moznotification/index.html +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: navigator.mozNotification -slug: Web/API/Navigator/mozNotification -translation_of: Archive/API/Navigator/mozNotification ---- -
-

The support for this property as been dropped in favor of the standard {{domxref("Notification")}} constructor.

-
- -

Provides support for creating {{ domxref("notification") }} objects, which are used to display desktop notification alerts to the user. Currently, these are only supported on Firefox Mobile and Firefox OS. See Displaying notifications for an example.

- -

Method overview

- - - - - - - -
notification createNotification(in DOMString title, in DOMString description, in DOMString iconURL {{ optional_inline() }});
- -

Methods

- -

createNotification()

- -

Creates and returns a notification object that can be used to display the specified message with an optional URL.

- -
notification createNotification(
-  in DOMString title,
-  in DOMString description,
-  in DOMString iconURL {{ optional_inline() }}
-);
-
- -
Parameters
- -
-
title
-
알림 타이틀.
-
description
-
알림에 표시할 텍스트.
-
iconURL {{ optional_inline() }}
-
A URL identifying the image to display in the notification.
-
- -
Return value
- -

A new {{ domxref("notification") }} object.

- -

Permissions

- -

manifest 파일에 "desktop-notification" permission 을 추가 해야 한다.

- -
"permissions": {
-    "desktop-notification":{}
-}
- -

See also

- - diff --git a/files/ko/web/api/navigator/mozsms/index.html b/files/ko/web/api/navigator/mozsms/index.html deleted file mode 100644 index d6c9c16983..0000000000 --- a/files/ko/web/api/navigator/mozsms/index.html +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: window.navigator.mozSms -slug: Web/API/Navigator/mozSms -tags: - - API - - Firefox OS - - Mobile - - Obsolete - - Property - - WebSMS -translation_of: Archive/B2G_OS/API/Navigator/mozSms ---- -

{{APIRef("Mobile Messaging API")}}

- -
-

Obsolete since Gecko 25 (Firefox 25 / Thunderbird 25 / SeaMonkey 2.22)
- This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

-
- -
-

This API is available on Firefox OS for internal applications only.

-
- -

MozSmsManager 객체를 반환한다. 이 객체는 SMS 메시지를 보내거나 받는데 사용된다.

- -
-

Note: Do not use anymore! This object has been removed in favor of Navigator.mozMobileMessage.

-
- -

명세

- -

이 API는 비 표준 스펙의 구현체입니다. 하지만 W3C의 System Application Working Group에서 논의되고 있습니다.

- - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Messaging')}}{{Spec2('Messaging')}}Editor Draft (WIP).
- -

설정 & 이용 가능한 환경

- -
 
- - - -

참고 자료

- - -- cgit v1.2.3-54-g00ecf