Skip to content

Commit

Permalink
fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
SangrokKang committed Aug 19, 2020
1 parent 246eb1d commit 98a1953
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/apis-ios/ios-launcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ browser, etc) as well as by (platform-specific) app id.
Methods
-------

\- (id<:doc:`Launcher <ios-launcher>`__>) **launcher**
\- (id<:doc:`Launcher <ios-launcher>`>) **launcher**

\- (:doc:`CapabilityPriorityLevel <ios-capabilityprioritylevel>`) **launcherPriority**

Expand Down Expand Up @@ -135,7 +135,7 @@ Methods

- **failure**: failure – Optional FailureBlock to be called on failure

\- (:doc:`ServiceSubscription <ios-servicesubscription>`__ \*) **subscribeAppState**:(`LaunchSession </apis/1-6-0/ios/LaunchSession>`__ \*)\ *launchSession* **success**:(`AppStateSuccessBlock <#appstatesuccessblock>`__)\ *success* **failure**:(FailureBlock)\ *failure*
\- (:doc:`ServiceSubscription <ios-servicesubscription>` \*) **subscribeAppState**:(:doc:`LaunchSession <ios-launchsession>` \*)\ *launchSession* **success**:(`AppStateSuccessBlock <#appstatesuccessblock>`__)\ *success* **failure**:(FailureBlock)\ *failure*
Subscribes to changes of the state of the target app. Every time the
app's state changes, the success block will be called with info on
the app's running status and on-screen visibility.
Expand Down
4 changes: 2 additions & 2 deletions docs/apis-ios/ios-medialaunchobject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ id<:doc:`PlayListControl <ios-playlistcontrol>`> playListControl
Methods
-------

\- (instancetype) **initWithLaunchSession**:(:doc:`LaunchSession <ios-launchsession>` \*)\ *session* **andMediaControl**:(id<`MediaControl </apis/1-6-0/ios/MediaControl>`__>)\ *mediaControl*
\- (instancetype) **initWithLaunchSession**:(:doc:`LaunchSession <ios-launchsession>` \*)\ *session* **andMediaControl**:(id<:doc:`MediaControl <ios-mediacontrol>`>)\ *mediaControl*
Creates an instance of MediaLaunchObject with given property values.

**Parameters:**
Expand All @@ -28,7 +28,7 @@ Methods

- **andMediaControl**: mediaControl – MediaControl object used to control playback

\- (instancetype) **initWithLaunchSession**:(:doc:`LaunchSession <ios-launchsession>` \*)\ *session* **andMediaControl**:(id<`MediaControl </apis/1-6-0/ios/MediaControl>`__>)\ *mediaControl* **andPlayListControl**:(id<:doc:`PlayListControl <ios-playlistcontrol>`>)\ *playListControl*
\- (instancetype) **initWithLaunchSession**:(:doc:`LaunchSession <ios-launchsession>` \*)\ *session* **andMediaControl**:(id<:doc:`MediaControl <ios-mediacontrol>`>)\ *mediaControl* **andPlayListControl**:(id<:doc:`PlayListControl <ios-playlistcontrol>`>)\ *playListControl*
**Parameters:**

- session
Expand Down
2 changes: 1 addition & 1 deletion docs/apis-ios/ios-mediaplayer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ required for displaying media on the device.
Methods
-------

\- (id<:doc:`MediaPlayer <ios-mediaplayer>`__>) **mediaPlayer**
\- (id<:doc:`MediaPlayer <ios-mediaplayer>`>) **mediaPlayer**

\- (:doc:`CapabilityPriorityLevel <ios-capabilityprioritylevel>`) **mediaPlayerPriority**

Expand Down
2 changes: 1 addition & 1 deletion docs/apis-ios/ios-mousecontrol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click).
Methods
-------

\- (id<:doc:`MouseControl <ios-mousevontrol>`>) **mouseControl**
\- (id<:doc:`MouseControl <ios-mousecontrol>`>) **mouseControl**

\- (:doc:`CapabilityPriorityLevel <ios-capabilityprioritylevel>`) **mouseControlPriority**

Expand Down

0 comments on commit 98a1953

Please sign in to comment.