OkHiAppConfiguration class

Defines the current mode you'll be using OkHi's services, your API Keys, as well as your application's meta information.

Constructors

OkHiAppConfiguration({required String branchId, required String clientKey, required OkHiEnv env, OkHiAndroidNotification? notification})
OkHiAppConfiguration.withRawValue({required String branchId, required String clientKey, required String environmentRawValue, OkHiAndroidNotification? notification})

Properties

branchId String
final
clientKey String
final
env OkHiEnv
getter/setter pair
environmentRawValue String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notification OkHiAndroidNotification
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited