Files
tianrunCRM/Assets/3rd/Contacts/Documentation/index.htm

102 lines
4.1 KiB
HTML
Raw Normal View History

2020-07-04 14:41:25 +08:00
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" lang="en-US">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Contacts List | </title>
<link rel="profile" href="../../../gmpg.org/xfn/11/index.htm" />
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<link rel="pingback" href="../../xmlrpc.php.htm" />
<!--[if lt IE 9]>
<script src="../../wp-content/themes/twentyeleven/js/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="../../feed/index.htm" />
<link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="../../comments/feed/index.htm" />
<link rel="alternate" type="application/rss+xml" title=" &raquo; Contacts List Comments Feed" href="feed/index.htm" />
<script type='text/javascript' src='../../wp-includes/js/comment-reply.min.js-ver=3.8.4.htm'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="../../xmlrpc.php-rsd.htm" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="../../wp-includes/wlwmanifest.xml.htm" />
<link rel='prev' title='Products' href='../index.htm' />
<link rel='canonical' href='index.htm' />
<link rel='shortlink' href='../../-p=88.htm' />
</head>
<body class="page page-id-88 page-child parent-pageid-52 page-template-default single-author singular two-column right-sidebar">
<div id="page" class="hfeed">
<header id="branding" role="banner"> <a href="../../index.htm">
</a>
<form method="get" id="searchform" action="../../index.htm">
<label for="s" class="assistive-text">Search</label>
<input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
</form>
<!-- #access -->
</header><!-- #branding -->
<div id="main">
<div id="primary">
<div id="content" role="main">
<article id="post-88" class="post-88 page type-page status-publish hentry">
<header class="entry-header">
<h1 class="entry-title"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contacts List</h1>
</header>
<!-- .entry-header -->
<div class="entry-content">
<p><img class="alignnone size-full wp-image-99" alt="icon_precise" src="icon_precise.png" width="128" height="128" /></p>
<p>Contacts List is plugin for unity3d to view mobile contacts information.<br />
It works for Android and iOS</p>
<p><strong>Quick Start</strong></p>
<p>Create new scene and add ContactsListGUI to any gameObject in the scene, the add the scene to build settings and make build on Android or iOS , you will find this build on mobile showing you all your contacts name , all phones number and photo.</p>
<p>&nbsp;</p>
<p><strong>Slow Start <img src="icon_smile.gif" alt=":)" class="wp-smiley" /> </strong></p>
<p>So how this is done and what you have to know to make your own GUI of managing your contacts.</p>
<p>All magic come from Contacts class, you can check ContactsListGUI how it is using this class . before any thing you have to call Contacts.LoadContactList(); this will start loading (in seperate thread) all information to this class from your phones including photo as well.</p>
<p>
Note for iOS after build to xcode you may need to add addressbook.framework to the project</p>
<p><strong>Homework</strong></p>
<p>go to all property of &#8220;Contact c&#8221; in previous code and print it to Console</p>
<p>Any Question ?</p>
<p>if you have any issue please visit<br>
<a href="https://github.com/aliessmael/Unity-Contacts-List">https://github.com/aliessmael/Unity-Contacts-List</a></p>
</div><!-- .entry-content -->
<footer class="entry-meta">
</footer><!-- .entry-meta -->
</article><!-- #post-88 -->
<div id="comments">
<ol class="commentlist">
<!-- #comment-## -->
</ol>
<!-- #respond -->
</div><!-- #comments -->
</div><!-- #content -->
</div><!-- #primary -->
</div><!-- #main -->
<footer id="colophon" role="contentinfo"> </footer><!-- #colophon -->
</div><!-- #page -->
</body>
</html>