Mobile Device Management
 
Native SDK
ddar::context Class Reference

Interface to global information, allowing access to per-user specific resources. More...

#include <ddar.h>

List of all members.

Public Member Functions

virtual secretget_secret (const char *alias)=0
 Retrieves secret configured by the platform.
virtual int get_userid ()=0
 Returns Android userid associated with the context.
virtual void logd (const char *fmt,...)=0
 Writes debug log to both adb logcat and dumpstate.
virtual void loge (const char *fmt,...)=0
 Writes error log to both adb logcat and dumpstate.

Detailed Description

Interface to global information, allowing access to per-user specific resources.

This is an abstract class whose implementation is provided by the platform

See also:
bool abstract_crypto::prepare(context *context, metadata *md)

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations