Interface IPlatformKeyProvider
-
public interface IPlatformKeyProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPlatformKeygetKey(String key)Gets or creates a platform key based on the provided keyStringgetNamespace()Gets the namespace of this key providervoidunregisterAll()Unregisters the key provider and all keys related to it
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Gets the namespace of this key provider- Returns:
- the namespace
-
getKey
IPlatformKey getKey(String key)
Gets or creates a platform key based on the provided key- Parameters:
key- the key associated with this namespace- Returns:
- the platform key with the namespace and key
-
unregisterAll
void unregisterAll()
Unregisters the key provider and all keys related to it
-
-