|
@@ -59,7 +59,8 @@ public class MainActivity extends AppCompatActivity {
|
|
* You need to implement onSuccess(String NexilisUserID) & onFailed(String reasonCode) to handle the RESULT.
|
|
* You need to implement onSuccess(String NexilisUserID) & onFailed(String reasonCode) to handle the RESULT.
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
- API.connect("***REPLACE***WITH***YOUR***APPLICATION***NAME***", "***REPLACE***WITH***YOUR***NEXILIS***ACCOUNT***", this, 0, new Callback() {
|
|
|
|
|
|
+ int nexilisButtonMode = 0;
|
|
|
|
+ API.connect("***REPLACE***WITH***YOUR***APPLICATION***NAME***", "***REPLACE***WITH***YOUR***NEXILIS***ACCOUNT***", this, nexilisButtonMode, new Callback() {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void onSuccess(final String NexilisUserID) {
|
|
public void onSuccess(final String NexilisUserID) {
|