kin-android / kin.sdk / KinClient / <init>
KinClient(context: Context, environment:
Environment
, appId:
String
, storeKey:
String
)
Build KinClient object.
context
- android context
environment
- the blockchain network details.
appId
- a 4 character string which represent the application id which will be added to each transaction.
Note: appId must contain only upper and/or lower case letters and/or digits and that the total string length is between 3 to 4.
For example 1234 or 2ab3 or bcda, etc.
storeKey
- an optional param which is the key for storing this KinClient data, different keys will store a different accounts.KinClient(context: Context, environment:
Environment
, appId:
String
)
For more details please look at KinClient