This page describes the methods that are only seen in the 3DS version of Miitopia and Miitopia: Casting Call.
Methods
| Method ID | Method Name |
|---|---|
| 47 | SearchMii |
(47) SearchMii
Request
| Type | Name |
|---|---|
| MiiTubeSearchParam | param |
Response
| Type | Name |
|---|---|
| MiiTubeSearchResult | pSearchResult |
Types
MiiTubeSearchParam (Structure)
| Type | Name |
|---|---|
| String | name |
| Uint32 | page |
| Uint8 | category |
| Uint8 | gender |
| Uint8 | country |
| Uint8 | searchType |
| Uint8 | resultOption |
MiiTubeMiiInfo (Structure)
| Type | Name |
|---|---|
| DataStoreMetaInfo | metaInfo |
| Uint8 | category |
| Uint8 | rankingType |
MiiTubeSearchResult (Structure)
| Type | Name |
|---|---|
| List<MiiTubeMiiInfo> | result |
| Uint32 | count |
| Uint32 | page |
| Bool | hasNext |